Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit b513185

Browse files
authored
Add license data to setup.py
1 parent e05bce4 commit b513185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ def build_extensions(self):
8383
cmdclass={'build_ext': build_ext_compiler_check},
8484
long_description=open('README.rst').read(),
8585
classifiers=classifiers,
86+
license='Apache 2.0',
8687
python_requires=python_requires
8788
)

0 commit comments

Comments
 (0)