mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
add required fields to setup.py
This commit is contained in:
parent
1f64ad84d6
commit
f14b33c5cb
3
setup.py
3
setup.py
@ -10,4 +10,7 @@ setuptools.setup(
|
|||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
],
|
],
|
||||||
install_requires=['rethinkdb'],
|
install_requires=['rethinkdb'],
|
||||||
|
url='https://github.com/nlevitt/rethinkstuff',
|
||||||
|
author='Noah Levitt',
|
||||||
|
author_email='nlevitt@archive.org',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user