Add and update URLs in setup.py
authorHarmon <Harmon758@gmail.com>
Thu, 17 Oct 2019 19:33:35 +0000 (14:33 -0500)
committerHarmon <Harmon758@gmail.com>
Thu, 17 Oct 2019 19:33:35 +0000 (14:33 -0500)
setup.py

index cb2ba8864d9c78240b2f8764fe5a374144ff661e..23a32437c25b818d91dbc032d6ac97336a40a600 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,13 @@ setup(name="tweepy",
       license="MIT",
       author="Joshua Roesslein",
       author_email="tweepy@googlegroups.com",
-      url="http://github.com/tweepy/tweepy",
+      url="https://www.tweepy.org/",
+      project_urls={
+          "Documentation": "https://tweepy.readthedocs.io/",
+          "Issue Tracker": "https://github.com/tweepy/tweepy/issues",
+          "Source Code": "https://github.com/tweepy/tweepy",
+      },
+      download_url="https://pypi.org/project/tweepy/",
       packages=find_packages(exclude=["tests", "examples"]),
       install_requires=[
           "requests[socks]>=2.11.1",