Skip to content

Commit

Permalink
Rename CHANGES.txt to CHANGES.rst for GitHub rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Apr 10, 2019
1 parent 6e46f7d commit cbc6a42
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 MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include CHANGES.txt
include CHANGES.rst
include COPYRIGHT.txt
include LICENSES.txt
include README.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
here = os.path.abspath(os.path.dirname(__file__))
try:
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
except:
README = """\
Supervisor is a client/server system that allows its users to
Expand Down

0 comments on commit cbc6a42

Please sign in to comment.