basic of site/seed crawling with scoping

This commit is contained in:
Noah Levitt 2015-07-09 18:36:07 -07:00
parent 92ea701987
commit 783794ca37
5 changed files with 106 additions and 99 deletions

View file

@ -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',
])