Skip to content

Commit

Permalink
- move README to improve rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 20, 2019
1 parent db43fde commit a1cbe0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../README.txt
.. include:: ../README.rst

Narrative documentation
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _package_doc(name):
NAME = 'DCWorkflow'
here = os.path.abspath(os.path.dirname(__file__))
_boundary = '\n' + ('-' * 60) + '\n\n'
README = (_package_doc('README.txt') + _boundary + _package_doc('CHANGES.txt'))
README = (_package_doc('README.rst') + _boundary + _package_doc('CHANGES.txt'))
DESC = 'DCWorkflow product for the Zope Content Management Framework'

setup(name='Products.%s' % NAME,
Expand Down

0 comments on commit a1cbe0f

Please sign in to comment.