Skip to content

Commit

Permalink
Correct the link to version.py in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Boudewijn26 committed Jan 30, 2016
1 parent 206251e commit 222c703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
except ImportError:
from distutils.core import setup

exec(open('gtts/version.py').read())
exec(open('gtts_token/version.py').read())

setup(
name='gTTS-token',
Expand Down

0 comments on commit 222c703

Please sign in to comment.