yes you can install brozzler from the outside world now!

This commit is contained in:
Noah Levitt 2016-05-11 12:05:50 -07:00
parent 6f6216e432
commit dd2211df31
2 changed files with 9 additions and 14 deletions

View file

@ -19,8 +19,9 @@
import setuptools
import glob
setuptools.setup(name='brozzler',
version='1.1.dev10',
setuptools.setup(
name='brozzler',
version='1.1.dev11',
description='Distributed web crawling with browsers',
url='https://github.com/nlevitt/brozzler',
author='Noah Levitt',
@ -41,10 +42,10 @@ setuptools.setup(name='brozzler',
'rethinkstuff',
'rethinkdb>=2.3,<2.4',
'psutil',
],
],
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.4',