Commit b3188d5c authored by Tres Seaver's avatar Tres Seaver

Nest into Github.

- Denominate files to indicate ReST.

- Drop .bzrignore.
parent 660c0bb6
build
persistent.egg-info
.coverage
.tox
nosetests.xml
coverage.xml
docs/_build
__pycache__
dist
bin
include
lib
......@@ -24,9 +24,9 @@ from setuptools import find_packages
from setuptools import setup
here = os.path.abspath(os.path.dirname(__file__))
README = (open(os.path.join(here, 'README.txt')).read()
README = (open(os.path.join(here, 'README.rst')).read()
+ '\n\n' +
open(os.path.join(here, 'CHANGES.txt')).read())
open(os.path.join(here, 'CHANGES.rst')).read())
py_impl = getattr(platform, 'python_implementation', lambda: None)
is_pypy = py_impl() == 'PyPy'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment