skip setup.py long_description
This commit is contained in:
parent
4be669080d
commit
d324baeed8
5
setup.py
5
setup.py
@ -7,13 +7,14 @@ config = {
|
|||||||
'name': 'cornfig',
|
'name': 'cornfig',
|
||||||
'description': 'applies cornfiguration from cloud metadata.',
|
'description': 'applies cornfiguration from cloud metadata.',
|
||||||
'author': 'echohead',
|
'author': 'echohead',
|
||||||
|
'author_email': 'tim.miller.0@gmail.com',
|
||||||
'url': 'github.com/echohead/cornfig',
|
'url': 'github.com/echohead/cornfig',
|
||||||
'version': '0.1',
|
'version': '0.1',
|
||||||
'install_requires': ['nose'],
|
'install_requires': ['nose'],
|
||||||
'packages': ['cornfig'],
|
'packages': ['cornfig'],
|
||||||
'scripts': [],
|
'scripts': [],
|
||||||
'install_requires': ['pystache'],
|
'install_requires': ['pystache', 'anyjson'],
|
||||||
'long_description': open('README.md').read(),
|
# 'long_description': open('README.md').read(),
|
||||||
'entry_points': {
|
'entry_points': {
|
||||||
'console_scripts': ['cornfig = cornfig.cornfig:main']
|
'console_scripts': ['cornfig = cornfig.cornfig:main']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user