reanme README.txt to README.rst

This commit is contained in:
holger krekel 2012-11-20 14:37:39 +01:00
parent 8580058ffb
commit 03445913e0
4 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Changes between 2.3.4 and 2.3.5dev
- fix option help for "-k"
- move long description of distribution into README
- move long description of distribution into README.rst
Changes between 2.3.3 and 2.3.4
-----------------------------------

View File

@ -1,5 +1,5 @@
include CHANGELOG
include README.txt
include README.rst
include setup.py
include distribute_setup.py
include tox.ini

View File

@ -6,7 +6,7 @@ except ImportError:
use_setuptools()
from setuptools import setup, Command
long_description = open("README.txt").read()
long_description = open("README.rst").read()
def main():
setup(
name='pytest',