Skip to content

Commit 6d30502

Browse files
authored
chore: twilio help changes (#723)
1 parent c29a4a6 commit 6d30502

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ it can be.
2323

2424
If you have questions about how to use `twilio-python`, please see our
2525
[docs](./README.md), and if you don't find the answer there, please contact
26-
[[email protected]](mailto:help@twilio.com) with any issues you have.
26+
[Twilio Support](https://www.twilio.com/help/contact) with any issues you have.
2727

2828
## <a name="issue"></a> Found an Issue?
2929

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2023, Twilio, Inc. <help@twilio.com>
3+
Copyright (C) 2023, Twilio, Inc. <https://www.twilio.com/help/contact>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
version="8.9.0",
1717
description="Twilio API client and TwiML generator",
1818
author="Twilio",
19-
author_email="help@twilio.com",
19+
help_center="https://www.twilio.com/help/contact",
2020
url="https://github.com/twilio/twilio-python/",
2121
keywords=["twilio", "twiml"],
2222
python_requires=">=3.7.0",

0 commit comments

Comments
 (0)