diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 11:40:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 11:40:58 -0400 |
commit | 76f777671fa07259cfea35eedbf5c933fa4631af (patch) | |
tree | 82cab2226c000664178398d9946a44144efdbd60 /setup.py | |
parent | 7825acde9a40d6eb8858de588b61b0b17f2504e2 (diff) | |
download | aprio-76f777671fa07259cfea35eedbf5c933fa4631af.tar.gz |
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |