aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-23 11:40:58 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-23 11:40:58 -0400
commit76f777671fa07259cfea35eedbf5c933fa4631af (patch)
tree82cab2226c000664178398d9946a44144efdbd60 /setup.py
parent7825acde9a40d6eb8858de588b61b0b17f2504e2 (diff)
downloadaprio-76f777671fa07259cfea35eedbf5c933fa4631af.tar.gz
Remove argparse requirement in setup.pyHEADv1.0.1master
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
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