Skip to content

Commit 8246af9

Browse files
committed
fix: UserWarning: Unknown distribution option: 'help_center'
/home/anders/.cache/uv/builds-v0/.tmpXAxITl/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'help_center' warnings.warn(msg) Signed-off-by: Anders Kaseorg <[email protected]>
1 parent e6db332 commit 8246af9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
version="9.5.0",
1717
description="Twilio API client and TwiML generator",
1818
author="Twilio",
19-
help_center="https://www.twilio.com/help/contact",
19+
project_urls={
20+
"Help Center": "https://www.twilio.com/help/contact",
21+
},
2022
url="https://github.com/twilio/twilio-python/",
2123
keywords=["twilio", "twiml"],
2224
python_requires=">=3.7.0",

0 commit comments

Comments
 (0)