From b5edbdcccbea0eb6032ad5c90c8a28639ccf1754 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Sat, 18 Dec 2010 14:45:36 -0500 Subject: [PATCH] Renamed the README to indicate it is a reST file. --- README.txt => README.rst | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README.txt => README.rst (100%) diff --git a/README.txt b/README.rst similarity index 100% rename from README.txt rename to README.rst diff --git a/setup.py b/setup.py index 9e542c6..8a65c2c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import categories import os try: - long_description = open('README.txt').read() + long_description = open('README.rst').read() except IOError: long_description = ''