From 07f50a8fc0b742cc0ab6934f96c70ceb67bc51d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 23 Dec 2015 21:36:12 +0100 Subject: [PATCH] Updated CHANGELOG --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20904f2..6015f8c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ requires = ['pillow'] with open('README.rst', 'r') as f: readme = f.read() -with open('CHANGELOG.md', 'r') as f: +with open('CHANGELOG.rst', 'r') as f: changelog = f.read() setup(