8000 Fix setup.py to look in the right place for the version · randy3465/twilio-python@e40578e · GitHub
[go: up one dir, main page]

Skip to content

Commit e40578e

Browse files
author
matt
committed
Fix setup.py to look in the right place for the version
1 parent a359795 commit e40578e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
__version__ = None
6-
with open('twilio/version.py') as f:
6+
with open('twilio/__init__.py') as f:
77
exec(f.read())
88

99
# To install the twilio-python library, open a Terminal shell, then run this

0 commit comments

Comments
 (0)
0