From: Harmon Date: Thu, 17 Oct 2019 19:33:35 +0000 (-0500) Subject: Add and update URLs in setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b9d5781cbce99783d6ec7d2ff5e1a9a2cc585f03;p=tweepy.git Add and update URLs in setup.py --- 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",