mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
yes you can install brozzler from the outside world now!
This commit is contained in:
parent
6f6216e432
commit
dd2211df31
2 changed files with 9 additions and 14 deletions
9
setup.py
9
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue