mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
typo
This commit is contained in:
parent
14ed525f29
commit
b72ad74a1b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue