Rename package to appypod-rattail

not to claim credit by any means, but to make requirements more clear
This commit is contained in:
Lance Edgar 2018-03-01 23:18:31 -06:00
parent e78122a2a3
commit 7dcc8f8efb
2 changed files with 8 additions and 3 deletions

3
appy/_version.py Normal file
View file

@ -0,0 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.9.6'

View file

@ -16,9 +16,11 @@ 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())
setup(
name='appypod',
version='0.9.6',
name='appypod-rattail',
version=__version__,
description='AppyPod',
long_description=long_description,
@ -60,4 +62,4 @@ setup(
package_data={
'appy.pod': ['*.xml', 'imageNotFound.jpg'],
},
)
)