Skip to content

Commit

Permalink
Merge branch 'main' into pyjwt-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Feb 19, 2021
2 parents ff01b3e + e440229 commit f155dbe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from setuptools import setup, find_packages

__version__ = None
with open('twilio/__init__.py') as f:
exec(f.read())

with open('README.md') as f:
long_description = f.read()

Expand All @@ -17,7 +13,7 @@

setup(
name="twilio",
version=__version__,
version="6.52.0",
description="Twilio API client and TwiML generator",
author="Twilio",
author_email="help@twilio.com",
Expand Down

0 comments on commit f155dbe

Please sign in to comment.