Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup.py: added license metadata
Browse files Browse the repository at this point in the history
RDIL authored Jan 23, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f006b1c commit e8a5b11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
long_description_content_type="text/markdown",
url="https://github.com/unarxiv/cvpm",
packages=setuptools.find_packages(),
license="MIT",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
@@ -33,4 +34,4 @@
"numpy",
"gevent",
],
)
)

0 comments on commit e8a5b11

Please sign in to comment.