From 74c7c86a9465543cef7cb3c053b4428151dc5e84 Mon Sep 17 00:00:00 2001 From: kridai Date: Tue, 19 Sep 2023 15:15:33 +0530 Subject: [PATCH] chore: twilio help changes --- CONTRIBUTING.md | 2 +- LICENSE | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a76a0bf826..41cb4474d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ it can be. If you have questions about how to use `twilio-python`, please see our [docs](./README.md), and if you don't find the answer there, please contact -[help@twilio.com](mailto:help@twilio.com) with any issues you have. +[Twilio Support](https://www.twilio.com/help/contact) with any issues you have. ## Found an Issue? diff --git a/LICENSE b/LICENSE index ca16167a61..6485c1f845 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2023, Twilio, Inc. +Copyright (C) 2023, Twilio, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/setup.py b/setup.py index ad154d6bcf..7515c60dbe 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ version="8.8.0", description="Twilio API client and TwiML generator", author="Twilio", - author_email="help@twilio.com", + help_center="https://www.twilio.com/help/contact", url="https://github.com/twilio/twilio-python/", keywords=["twilio", "twiml"], python_requires=">=3.7.0",