diff --git a/MANIFEST.in b/MANIFEST.in index bc75be523..1aba38f67 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1 @@ -# Include the SSL certificate file in the package distributed by pip -recursive-include twilio/conf * include LICENSE diff --git a/setup.cfg b/setup.cfg index 0df04dde4..36fcefc10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,5 @@ -[bdist_wheel] -universal = 1 - [metadata] -description-file = README.md +description_file = README.md license = MIT [flake8] diff --git a/setup.py b/setup.py index fc58de0ec..4d272707d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,9 @@ version="9.5.0", description="Twilio API client and TwiML generator", author="Twilio", - help_center="https://www.twilio.com/help/contact", + project_urls={ + "Help Center": "https://www.twilio.com/help/contact", + }, url="https://github.com/twilio/twilio-python/", keywords=["twilio", "twiml"], python_requires=">=3.7.0", @@ -31,7 +33,6 @@ classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.7",