summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 68b695d..ee0b2c6 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ import cliapp
# Only install manpages in the 3.x version so that the Debian
# packaging doesn't end up having it in two packages.
-if sys.version_info > (3,)
+if sys.version_info > (3,):
manpages = [('share/man/man5', glob.glob('*.5'))]
else:
manpages = []