.md -> .rst

This commit is contained in:
Gavin M. Roy 2014-09-02 15:21:43 -04:00
parent a49566d8f0
commit b5d1cbd572

View file

@ -57,11 +57,11 @@ setuptools.setup(
packages=['sprockets',
'sprockets.clients',
'sprockets.clients.statsd'],
package_data={'': ['LICENSE', 'README.md']},
package_data={'': ['LICENSE', 'README.rst']},
include_package_data=True,
namespace_packages=['sprockets', 'sprockets.clients'],
install_requires=install_requires,
setup_requires=setup_requires,
tests_require=tests_require,
test_suite='nose.collector',
zip_safe=False)
zip_safe=False)