From 679d7891b2a20e7407b8c9f00bd95c3b294ab861 Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:46:47 +0200 Subject: [PATCH] fix: Add the missing license to `setup.py` (box/box-codegen#562) (#307) --- .codegen.json | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 1d4b2c8..e35187a 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "5d1b305", "specHash": "6ca858e", "version": "1.4.1" } +{ "engineHash": "5b7aecf", "specHash": "6ca858e", "version": "1.4.1" } diff --git a/setup.py b/setup.py index 4b727f3..3d631c1 100644 --- a/setup.py +++ b/setup.py @@ -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(