mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
improve helper utilities
This commit is contained in:
parent
8749b97811
commit
1e18c2ca74
4 changed files with 67 additions and 31 deletions
3
setup.py
3
setup.py
|
@ -1,6 +1,7 @@
|
|||
# vim: set sw=4 et:
|
||||
|
||||
import setuptools
|
||||
import glob
|
||||
|
||||
setuptools.setup(name='umbra',
|
||||
version='0.1',
|
||||
|
@ -13,7 +14,7 @@ setuptools.setup(name='umbra',
|
|||
packages=['umbra'],
|
||||
package_data={'umbra':['behaviors.d/*.js']},
|
||||
install_requires=['kombu', 'websocket-client-py3==0.13.1','argparse'],
|
||||
scripts=['bin/umbra', 'bin/load_url.py', 'bin/dump_queue.py'],
|
||||
scripts=glob.glob("bin/*"),
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha Development Status',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue