mirror of
https://github.com/sprockets/sprockets.clients.statsd.git
synced 2024-11-14 19:29:30 +00:00
.md -> .rst
This commit is contained in:
parent
a49566d8f0
commit
b5d1cbd572
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue