This commit is contained in:
Ales Zoulek 2010-09-21 10:17:41 +02:00
parent 14ed525f29
commit b72ad74a1b

View file

@ -6,7 +6,7 @@ try:
f = open(os.path.join(os.path.dirname(__file__), 'README.rst'))
long_description = f.read().strip()
f.close()
except IOError
except IOError:
long_description = None
setup(