Fix bug in setup.py
This commit is contained in:
parent
85d51948dc
commit
fe5594d1aa
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ here = path.abspath(path.dirname(__file__))
|
||||||
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
exec(open(os.path.join(here, 'appy', '_version.py')).read())
|
exec(open(path.join(here, 'appy', '_version.py')).read())
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='appypod-rattail',
|
name='appypod-rattail',
|
||||||
|
|
Loading…
Reference in a new issue