mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 23:35:54 -04:00
Fix readme filename
This commit is contained in:
parent
8ec70d0d2e
commit
272a9a3f42
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ setuptools.setup(name='umbra',
|
||||
url='https://github.com/eldondev/umbra',
|
||||
author='Eldon Stegall',
|
||||
author_email='eldon@archive.org',
|
||||
long_description=open('README.rst').read(),
|
||||
long_description=open('README.md').read(),
|
||||
license='GPL',
|
||||
packages=['umbra'],
|
||||
install_requires=['kombu', 'websocket-client','psutil','argparse'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user