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 b8819b31..72fada77 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ for template in glob.glob('data/templates/*.info.in'):
source.close()
build.close()
-setup(name="python-apt",
+setup(name="python-apt",
version="0.6.17",
description="Python bindings for APT",
author="APT Development Team",