Skip to content

Commit

Permalink
Merge pull request #200 from RDIL/patch-1
Browse files Browse the repository at this point in the history
Setup.py: added license metadata
  • Loading branch information
Xiaozhe Yao committed Jan 24, 2019
2 parents f006b1c + e8a5b11 commit b57ce22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -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",
Expand All @@ -33,4 +34,4 @@
"numpy",
"gevent",
],
)
)

0 comments on commit b57ce22

Please sign in to comment.