Rename package to appypod-rattail
not to claim credit by any means, but to make requirements more clear
This commit is contained in:
parent
e78122a2a3
commit
7dcc8f8efb
3
appy/_version.py
Normal file
3
appy/_version.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
|
__version__ = '0.9.6'
|
8
setup.py
8
setup.py
|
@ -16,9 +16,11 @@ 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())
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='appypod',
|
name='appypod-rattail',
|
||||||
version='0.9.6',
|
version=__version__,
|
||||||
description='AppyPod',
|
description='AppyPod',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
||||||
|
@ -60,4 +62,4 @@ setup(
|
||||||
package_data={
|
package_data={
|
||||||
'appy.pod': ['*.xml', 'imageNotFound.jpg'],
|
'appy.pod': ['*.xml', 'imageNotFound.jpg'],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue