[tor-commits] [ooni-probe/master] Fix Changelog reading in setup.py

art at torproject.org art at torproject.org
Tue Aug 19 11:50:21 UTC 2014


commit 2ea71126f0f9ddedade4a40c253dcb78aa879bd3
Author: Arturo Filastò <art at 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(





More information about the tor-commits mailing list