We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6db332 commit 8246af9Copy full SHA for 8246af9
setup.py
@@ -16,7 +16,9 @@
16
version="9.5.0",
17
description="Twilio API client and TwiML generator",
18
author="Twilio",
19
- help_center="https://www.twilio.com/help/contact",
+ project_urls={
20
+ "Help Center": "https://www.twilio.com/help/contact",
21
+ },
22
url="https://github.com/twilio/twilio-python/",
23
keywords=["twilio", "twiml"],
24
python_requires=">=3.7.0",
0 commit comments