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.

- Add MANIFEST.in FBO users w/o setuptools_git.
  • Loading branch information
tseaver committed Jan 11, 2013
1 parent b6885c2 commit d842902
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .bzrignore

This file was deleted.

File renamed without changes.
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include *.rst
include *.txt

recursive-include docs *
recursive-include src *

global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def read(*rnames):
description='Zope hookable',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
long_description=(read('README.txt') + '\n\n' +
read('CHANGES.txt')),
long_description=(read('README.rst') + '\n\n' +
read('CHANGES.rst')),
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit d842902

Please sign in to comment.