From c4d5f80b839d8969e99087268fe40e8ac723c629 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Aug 2015 13:53:08 +0200 Subject: Reaktor: add new core, parse args with docopt instead of sys.argv --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ab26428..959d4c7 100644 --- a/setup.py +++ b/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", -- cgit v1.2.3