Skip to content

Commit

Permalink
fix: Add the missing license to setup.py (box/box-codegen#562) (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Sep 11, 2024
1 parent 3d881ac commit 679d789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5d1b305", "specHash": "6ca858e", "version": "1.4.1" }
{ "engineHash": "5b7aecf", "specHash": "6ca858e", "version": "1.4.1" }
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def main():
version=__version__,
description='Official Box Python Generated SDK',
url='https://github.com/box/box-python-sdk-gen.git',
licence='Apache-2.0, http://www.apache.org/licenses/LICENSE-2.0',
author='Box',
long_description_content_type='text/markdown',
long_description=open(
Expand Down

0 comments on commit 679d789

Please sign in to comment.