diff options
author | makefu <github@syntax-fehler.de> | 2015-08-28 13:53:08 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-28 13:53:08 +0200 |
commit | a12e24ae318b5a12f91e81273de9ac1b08bde110 (patch) | |
tree | c2188c57c9fdc2572974f42edcf620018f024d38 /Reaktor/setup.py | |
parent | 4b6a54f8bff3015d2f6e9cd0ee7cc2a2f0bc528a (diff) |
Reaktor: add new core, parse args with docopt instead of sys.argv
Diffstat (limited to 'Reaktor/setup.py')
-rw-r--r-- | Reaktor/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Reaktor/setup.py b/Reaktor/setup.py index ab26428a..959d4c7c 100644 --- a/Reaktor/setup.py +++ b/Reaktor/setup.py @@ -13,7 +13,7 @@ setup( author='krebs', author_email='spam@krebsco.de', - + install_requires = [ 'docopt' ], packages=['reaktor'], # optional non-python Deps: # whatweb in path for 'whatweb' @@ -27,7 +27,6 @@ setup( ] }, - install_requires= [ ], classifiers=[ "Intended Audience :: Developers", "Natural Language :: English", |