Skip to content

Commit 184087d

Browse files
mnaberezalexsilva
authored andcommitted
Rename CHANGES.txt to CHANGES.rst for GitHub rendering
(cherry picked from commit cbc6a42)
1 parent 590916f commit 184087d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
here = os.path.abspath(os.path.dirname(__file__))
3737
try:
3838
README = open(os.path.join(here, 'README.rst')).read()
39-
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
39+
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
4040
except:
4141
README = """\
4242
Supervisor is a client/server system that allows its users to

0 commit comments

Comments
 (0)