Renamed the README to indicate it is a reST file.

This commit is contained in:
Corey Oordt 2010-12-18 14:45:36 -05:00
parent 781f9d02d5
commit b5edbdcccb
2 changed files with 1 additions and 1 deletions

View file

@ -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 = ''