Fixed setup.py

pull/21/head
Mišo Belica 11 years ago
parent 726fe59ecd
commit 9f83ea973a

@ -4,7 +4,7 @@ import os
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
NEWS = open(os.path.join(here, 'CHANGELOG.rst')).read()
version = '0.1.11'
install_requires = [

Loading…
Cancel
Save