From b9d5781cbce99783d6ec7d2ff5e1a9a2cc585f03 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 17 Oct 2019 14:33:35 -0500 Subject: [PATCH] Add and update URLs in setup.py --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb2ba88..23a3243 100644 --- 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", -- 2.25.1