Skip to content

Commit

Permalink
Update project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Jan 25, 2019
1 parent a7878f8 commit 49cab65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
description="Computer Vision Package Manager",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/unarxiv/cvpm",
url="https://cvpm.autoai.org",
packages=setuptools.find_packages(),
license="MIT",
classifiers=[
Expand All @@ -34,4 +34,9 @@
"numpy",
"gevent",
],
project_urls={
"Bug Tracker": "https://github.com/unarxiv/CVPM/issues",
"Documentation": "https://cvpm.autoai.org",
"Source Code": "https://github.com/unarxiv/CVPM/issues",
},
)

0 comments on commit 49cab65

Please sign in to comment.