Skip to content

Commit

Permalink
fix: Fix the license name when building library (box/box-codegen#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Sep 9, 2024
1 parent 597094a commit f62a19c
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 f62a19c

Please sign in to comment.