Skip to content

Commit

Permalink
Rename *.txt to *.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 6, 2015
1 parent d45c4fc commit 9712434
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include *.py
include *.txt
include *.rst
include buildout.cfg
recursive-include src *.log
recursive-include src *.txt
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def read(*rnames):
author_email='zope3-dev@zope.org',
description='Zope 3 tracelog implementation for zserver',
long_description=(
read('README.txt')
read('README.rst')
+ '\n\n'
+ read('CHANGES.txt')
+ read('CHANGES.rst')
),
license='ZPL 2.1',
keywords='zope3',
Expand Down

0 comments on commit 9712434

Please sign in to comment.