Rename README to .rst.

This commit is contained in:
Lance Edgar 2014-02-15 22:53:53 -08:00
parent 247c8d7060
commit 580e91c544
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
execfile(os.path.join(here, 'tailbone', '_version.py'))
README = open(os.path.join(here, 'README.txt')).read()
README = open(os.path.join(here, 'README.rst')).read()
requires = [
@ -103,7 +103,7 @@ setup(
url = "http://rattail.edbob.org/",
license = "GNU Affero GPL v3",
description = "Backoffice Web Application for Rattail",
long_description = READMES,
long_description = README,
classifiers = [
'Development Status :: 3 - Alpha',