README.txt was renamed to README.rst, reflect this in setup.py and MANIFEST.in
authorreinout <reinout@vanrees.org>
Tue, 20 Oct 2009 07:39:32 +0000 (09:39 +0200)
committerJohann C. Rocholl <johann@rocholl.net>
Fri, 13 Nov 2009 02:16:56 +0000 (18:16 -0800)
MANIFEST.in
setup.py

index b44926edcd8255d176331561c58a36beadf6bc2c..d40acf719109309506e3cf7a30da36be70f55495 100644 (file)
@@ -1,2 +1,3 @@
 include pep8.py
-include *.txt
\ No newline at end of file
+include *.txt
+include *.rst
index 0725033ea9412e835a6014431c6a8dfedc2f44f1..6876d38065641e13f3f06e9fd5195b7480fc6b0f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 version = '0.4dev'
-long_description = '\n\n'.join([open('README.txt').read(),
+long_description = '\n\n'.join([open('README.rst').read(),
                                 open('CHANGES.txt').read(),
                                 open('TODO.txt').read()])