call this 1.5.0.dev1 for now

This commit is contained in:
Noah Levitt 2016-02-25 01:36:36 +00:00
parent 1e0a3f0135
commit ee3ee5d621

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# vim: set sw=4 et:
from setuptools.command.test import test as TestCommand from setuptools.command.test import test as TestCommand
import sys import sys
@ -21,7 +20,7 @@ deps = [
'certauth>=1.1.0', 'certauth>=1.1.0',
'warctools', 'warctools',
'kafka-python', 'kafka-python',
'surt==0.3b2', 'surt>=0.3b4',
'rethinkstuff', 'rethinkstuff',
'PySocks', 'PySocks',
] ]
@ -31,7 +30,7 @@ except:
deps.append('futures') deps.append('futures')
setuptools.setup(name='warcprox', setuptools.setup(name='warcprox',
version='1.5.0', version='1.5.0.dev1',
description='WARC writing MITM HTTP/S proxy', description='WARC writing MITM HTTP/S proxy',
url='https://github.com/internetarchive/warcprox', url='https://github.com/internetarchive/warcprox',
author='Noah Levitt', author='Noah Levitt',