Commit 2938c335 authored by Tres Seaver's avatar Tres Seaver

Nest into Github.

- Denominate files to indicate ReST.

- Drop .bzrignore.

- Add MANIFEST.in FBO users w/o setuptools_git.
parent 64ce04cd
.coverage
build
*.egg-info
_build
.tox
nosetests.xml
coverage.xml
__pycache__
include *.rst
include *.txt
include buildout.cfg
include bootstrap.py
include tox.ini
recursive-include src *.h *.py
recursive-include docs Makefile make.bat *.py *.rst
recursive-include docs *
recursive-include src *
global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so
......@@ -52,9 +52,9 @@ setup(name='zope.proxy',
author_email='zope-dev@zope.org',
description='Generic Transparent Proxies',
long_description=(
read('README.txt')
read('README.rst')
+ '\n\n' +
read('CHANGES.txt')
read('CHANGES.rst')
),
url='http://pypi.python.org/pypi/zope.proxy',
license='ZPL 2.1',
......
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