Fix bug in setup.py

This commit is contained in:
Lance Edgar 2018-03-01 23:27:39 -06:00
parent 85d51948dc
commit fe5594d1aa

View file

@ -16,7 +16,7 @@ here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
exec(open(os.path.join(here, 'appy', '_version.py')).read())
exec(open(path.join(here, 'appy', '_version.py')).read())
setup(
name='appypod-rattail',