aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tom111@gmx.de>2010-07-27 00:10:35 +0200
committerThomas Kahle <tom111@gmx.de>2010-07-27 00:10:35 +0200
commit55e66fc0d2f519f3e123defb7ff16038f7daa946 (patch)
tree36e220762c1193f61236713cd0f61a5acd1a0ac7 /setup.py
parentInstall specfile, readme contains possible option (diff)
downloadtatt-55e66fc0d2f519f3e123defb7ff16038f7daa946.tar.gz
tatt-55e66fc0d2f519f3e123defb7ff16038f7daa946.tar.bz2
tatt-55e66fc0d2f519f3e123defb7ff16038f7daa946.zip
setup.py fixed
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3419c9b..c539cac 100644
--- a/setup.py
+++ b/setup.py
@@ -6,9 +6,9 @@ setup(name = "tatt",
scripts = ['scripts/tatt'],
package_data = {
'tatt': ['dot-tatt-spec']
- }
+ },
- install_requires = [''],
+ install_requires = ['configobj>=4.6'],
# metadata for upload to PyPI
author = "Thomas Kahle",