Read the readme instead of the test requirements

This commit is contained in:
Dan Tracy 2015-06-09 10:55:59 -04:00
parent 54957e1b80
commit 17594ab5b3

View file

@ -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',