reanme README.txt to README.rst
This commit is contained in:
parent
8580058ffb
commit
03445913e0
|
@ -3,7 +3,7 @@ Changes between 2.3.4 and 2.3.5dev
|
||||||
|
|
||||||
- fix option help for "-k"
|
- 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
|
Changes between 2.3.3 and 2.3.4
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
include CHANGELOG
|
include CHANGELOG
|
||||||
include README.txt
|
include README.rst
|
||||||
include setup.py
|
include setup.py
|
||||||
include distribute_setup.py
|
include distribute_setup.py
|
||||||
include tox.ini
|
include tox.ini
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ except ImportError:
|
||||||
use_setuptools()
|
use_setuptools()
|
||||||
from setuptools import setup, Command
|
from setuptools import setup, Command
|
||||||
|
|
||||||
long_description = open("README.txt").read()
|
long_description = open("README.rst").read()
|
||||||
def main():
|
def main():
|
||||||
setup(
|
setup(
|
||||||
name='pytest',
|
name='pytest',
|
||||||
|
|
Loading…
Reference in New Issue