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",