mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
setuptools wants README not readme
This commit is contained in:
parent
032c7d2898
commit
2780c92569
5 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue