Skip to content

Commit

Permalink
Setup.py: added license metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Jan 23, 2019
1 parent f006b1c commit e8a5b11
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 e8a5b11

Please sign in to comment.