Skip to content

Commit

Permalink
Merge pull request #202 from RDIL/patch-2
Browse files Browse the repository at this point in the history
Update project URLs
  • Loading branch information
Xiaozhe Yao authored Jan 25, 2019
2 parents a7878f8 + 49cab65 commit 9afbcbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 9afbcbe

Please sign in to comment.