mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
version number 0.1
This commit is contained in:
parent
5570ca9241
commit
58a7d48cd5
2
setup.py
2
setup.py
@ -2,10 +2,12 @@ import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name='rethinkstuff',
|
||||
version='0.1',
|
||||
packages=['rethinkstuff'],
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
],
|
||||
install_requires=['rethinkdb'],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user