Skip to content

Commit 6c85f24

Browse files
authored
Merge pull request #29 from WilliamRoyNelson/master
Add license to PyPI classifiers
2 parents 340a6ff + d0af24e commit 6c85f24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,8 @@ def build_extensions(self):
127127
install_requires=["numpy"],
128128
cmdclass={"build_ext": BuildExt},
129129
zip_safe=False,
130+
license='Apache-2.0',
131+
classifiers=[
132+
'License :: OSI Approved :: Apache Software License',
133+
],
130134
)

0 commit comments

Comments
 (0)