Skip to content

Commit

Permalink
Renamed Readme.txt and CHANGES.txt to README.rst and ``CH…
Browse files Browse the repository at this point in the history
…ANGES.rst``.
  • Loading branch information
thet committed Apr 19, 2016
1 parent 2ca2c4e commit 9865dc3
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 88 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt → CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ CHANGES
0.7.1 (unreleased)
==================

- Nothing changed yet.
- Renamed ``Readme.txt`` and ``CHANGES.txt`` to ``README.rst`` and ``CHANGES.rst``.
[thet]


0.7 (2015-03-13)
Expand Down
1 change: 1 addition & 0 deletions README.rst
1 change: 0 additions & 1 deletion README.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ def read(*rnames):
return open(os.path.join(*rnames)).read()

long_description = (
read('src', 'z3c', 'relationfield', 'README.txt')
read('src', 'z3c', 'relationfield', 'README.rst')
+ '\n' +
read('CHANGES.txt')
read('CHANGES.rst')
+ '\n' +
'Download\n'
'********\n'
Expand Down

0 comments on commit 9865dc3

Please sign in to comment.