Skip to content

Commit c79752e

Browse files
author
Jamie Kirkpatrick
committed
Fix typo in setup.py.
1 parent 16ada4c commit c79752e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from setuptools import setup, find_packages
44
import sys
55

6-
if sys.hexversion < 0x2050000
7-
raise RuntimeError("Python 2.5 or higher required)
6+
if sys.hexversion < 0x2050000:
7+
raise RuntimeError("Python 2.5 or higher required")
88

99

1010
VERSION = '0.7.2'

0 commit comments

Comments
 (0)