Skip to content

Commit 62bd64d

Browse files
Adjust license for package uploaded to PyPI (#1598)
* Adjust license for package uploaded to PyPI * Don't set license_file Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent c315a08 commit 62bd64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def cmake_install(self):
221221
"version": "0.16.0.dev1",
222222
"author": 'Contributors to the OpenTimelineIO project',
223223
"author_email": '[email protected]',
224-
"license": 'Modified Apache 2.0 License',
224+
"license": 'Apache 2.0 License',
225225
}
226226

227227
METADATA_TEMPLATE = """
@@ -310,7 +310,7 @@ def run(self):
310310
'Topic :: Multimedia :: Video :: Display',
311311
'Topic :: Multimedia :: Video :: Non-Linear Editor',
312312
'Topic :: Software Development :: Libraries :: Python Modules',
313-
'License :: Other/Proprietary License',
313+
'License :: OSI Approved :: Apache Software License',
314314
'Programming Language :: Python :: 3',
315315
'Programming Language :: Python :: 3.7',
316316
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)