
19 Aug
2014
19 Aug
'14
11:50 a.m.
commit 2ea71126f0f9ddedade4a40c253dcb78aa879bd3 Author: Arturo Filastò <art@fuffa.org> Date: Tue Aug 19 11:55:29 2014 +0200 Fix Changelog reading in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7fa493..6d8e335 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ with open('requirements.txt') as f: with open('README.rst') as f: readme = f.read() -with open('Changelog.rst') as f: +with open('ChangeLog.rst') as f: changelog = f.read() setup(