Skip to content

Commit c9c3bf9

Browse files
chore: Adjust package metadata in setup.py for v10 release(box/box-codegen#802) (#959)
1 parent 381aec2 commit c9c3bf9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "02b749b", "specHash": "623b811", "version": "0.1.0" }
1+
{ "engineHash": "f036f69", "specHash": "623b811", "version": "0.1.0" }

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def main():
2020
'jwt': jwt_requires,
2121
}
2222
setup(
23-
name='box-sdk-gen',
23+
name='boxsdk',
2424
version=__version__,
25-
description='Official Box Python Generated SDK',
26-
url='https://github.com/box/box-python-sdk-gen.git',
25+
description='Official Box Python SDK',
26+
url='https://github.com/box/box-python-sdk.git',
2727
licence='Apache-2.0, http://www.apache.org/licenses/LICENSE-2.0',
2828
author='Box',
2929
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)