mirror of
https://github.com/sprockets/sprockets.handlers.status.git
synced 2024-11-14 19:29:27 +00:00
Read the readme instead of the test requirements
This commit is contained in:
parent
54957e1b80
commit
17594ab5b3
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -1,10 +1,11 @@
|
|||
import codecs
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name='sprockets.handlers.status',
|
||||
version='0.1.2',
|
||||
description='A small handler for reporting application status',
|
||||
long_description=open('test-requirements.txt', 'r').read(),
|
||||
long_description=codecs.open('README.rst', 'r', 'utf8').read(),
|
||||
url='https://github.com/sprockets/sprockets.handlers.status',
|
||||
author='AWeber Communications',
|
||||
author_email='api@aweber.com',
|
||||
|
|
Loading…
Reference in a new issue