chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import platform
|
||||
|
||||
from importlib import metadata
|
||||
|
||||
package_version = metadata.version("e2b")
|
||||
|
||||
default_headers = {
|
||||
"lang": "python",
|
||||
"lang_version": platform.python_version(),
|
||||
"package_version": metadata.version("e2b"),
|
||||
"publisher": "e2b",
|
||||
"sdk_runtime": "python",
|
||||
"system": platform.system(),
|
||||
}
|
||||
Reference in New Issue
Block a user