Commit f6b80e14 authored by Tres Seaver's avatar Tres Seaver

Nest into Github.

- Denominate files to indicate ReST.

- Drop .bzrignore.
parent 51389379
.tox
__pycache__
*.egg-info
.coverage
nosetests.xml
coverage.xml
_build
...@@ -19,9 +19,9 @@ import os ...@@ -19,9 +19,9 @@ import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__)) 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' + + '\n\n' +
open(os.path.join(here, 'CHANGES.txt')).read()) open(os.path.join(here, 'CHANGES.rst')).read())
setup(name='transaction', setup(name='transaction',
version=__version__, version=__version__,
......
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