lowercase readme.rst

This commit is contained in:
Noah Levitt 2018-05-31 18:46:37 +00:00
parent a00b5a7fd5
commit 62bb540a11
5 changed files with 5 additions and 231 deletions

View file

@ -37,7 +37,7 @@ setuptools.setup(
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',
author_email='nlevitt@archive.org',
long_description=open('README.rst', mode='rb').read().decode('UTF-8'),
long_description=open('readme.rst', mode='rb').read().decode('UTF-8'),
license='Apache License 2.0',
packages=['brozzler', 'brozzler.dashboard'],
package_data={