Skip to content

Commit

Permalink
Nest into Github.
Browse files Browse the repository at this point in the history
- Denominate files to indicate ReST.

- Drop .bzrignore.
  • Loading branch information
tseaver committed Jan 11, 2013
1 parent 660c0bb commit b3188d5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .bzrignore

This file was deleted.

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
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'
Expand Down

0 comments on commit b3188d5

Please sign in to comment.