mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
basic of site/seed crawling with scoping
This commit is contained in:
parent
92ea701987
commit
783794ca37
5 changed files with 106 additions and 99 deletions
2
setup.py
2
setup.py
|
@ -32,7 +32,6 @@ setuptools.setup(name='umbra',
|
|||
license='Apache License 2.0',
|
||||
packages=['umbra'],
|
||||
package_data={'umbra':['behaviors.d/*.js*', 'behaviors.yaml', 'version.txt']},
|
||||
install_requires=['kombu', 'websocket-client-py3==0.13.1', 'argparse', 'PyYAML', 'sortedcontainers'],
|
||||
scripts=glob.glob('bin/*'),
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
@ -40,5 +39,6 @@ setuptools.setup(name='umbra',
|
|||
'Environment :: Console',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Topic :: System :: Archiving',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue