From 76f777671fa07259cfea35eedbf5c933fa4631af Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 23 Jul 2015 11:40:58 -0400 Subject: Remove argparse requirement in setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 098de35..a7f96e4 100644 --- a/setup.py +++ b/setup.py @@ -11,12 +11,12 @@ setup( name = "aprio", version = "1.0", scripts = ['aprio'], - - install_requires = ['python-daemon', 'argparse', 'psutil'], + + install_requires = ['python-daemon', 'psutil'], package_data = { '': ['LICENSE', '*.md'] }, - + author = "Joseph Hunkeler", author_email = 'jhunkeler@gmail.com', description = """Automatically prioritizes processes based on user-defined -- cgit