From 0cdc756ff3ef4c4f83739cb6db41b282a24fc152 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 24 Jan 2013 21:30:40 +0100 Subject: * We use beautifulsoup4 and python-dateutil * Fix packaging error resulted by renaming the README file back to README.rst --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e523c92..ba44961 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ BASEDIR = path.dirname(__file__) open = lambda filepath: codecs.open(filepath, 'r', 'utf-8') -description = open(path.join(BASEDIR, 'README')).read() +description = open(path.join(BASEDIR, 'README.rst')).read() requirements = [line for line in open(path.join(BASEDIR, 'requirements.txt'))] setup( -- cgit v1.2.3