mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
First commit of umbra
This commit is contained in:
commit
fdb62be2ba
4 changed files with 93 additions and 0 deletions
21
setup.py
Normal file
21
setup.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(name='umbra',
|
||||
version='0.1',
|
||||
description='Google Chrome remote control interface',
|
||||
url='https://github.com/eldondev/umbra',
|
||||
author='Eldon Stegall',
|
||||
author_email='eldon@archive.org',
|
||||
long_description=open('README.rst').read(),
|
||||
license='GPL',
|
||||
packages=['umbra'],
|
||||
install_requires=['kombu', 'websocket-client','psutil','argparse'],
|
||||
scripts=['bin/umbra'],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha Development Status',
|
||||
'Environment :: Console',
|
||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Topic :: System :: Archiving',
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue