We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
v10
1 parent 381aec2 commit c9c3bf9Copy full SHA for c9c3bf9
.codegen.json
@@ -1 +1 @@
1
-{ "engineHash": "02b749b", "specHash": "623b811", "version": "0.1.0" }
+{ "engineHash": "f036f69", "specHash": "623b811", "version": "0.1.0" }
setup.py
@@ -20,10 +20,10 @@ def main():
20
'jwt': jwt_requires,
21
}
22
setup(
23
- name='box-sdk-gen',
+ name='boxsdk',
24
version=__version__,
25
- description='Official Box Python Generated SDK',
26
- url='https://github.com/box/box-python-sdk-gen.git',
+ description='Official Box Python SDK',
+ url='https://github.com/box/box-python-sdk.git',
27
licence='Apache-2.0, http://www.apache.org/licenses/LICENSE-2.0',
28
author='Box',
29
long_description_content_type='text/markdown',
0 commit comments