Skip to content

Commit

Permalink
Nest into github (ReST support).
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 22, 2014
1 parent 3b5e0f8 commit d4e009a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ def alltests():
author="Zope Foundation and Contributors",
author_email="[email protected]",
long_description=(
read('README.txt')
read('README.rst')
+ '\n' +
read('src/zdaemon/README.txt')
read('src/zdaemon/README.rst')
+ '\n' +
read('CHANGES.txt')
read('CHANGES.rst')
+ '\n' +
'========\n' +
'Download\n' +
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/zdaemon/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def test_suite():
) +
manuel.doctest.Manuel(checker=README_checker) +
manuel.capture.Manuel(),
'../README.txt',
'../README.rst',
setUp=setUp, tearDown=tearDown),
))

0 comments on commit d4e009a

Please sign in to comment.