summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7024f81e..bdb59ff2 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ for template in glob.glob('data/templates/*.info.in'):
if sys.argv[1] == "build":
build_docs()
-setup(name="python-apt",
+setup(name="python-apt",
version="0.6.17",
description="Python bindings for APT",
author="APT Development Team",