Skip to content

Commit cbc6a42

Browse files
committed
Rename CHANGES.txt to CHANGES.rst for GitHub rendering
1 parent 6e46f7d commit cbc6a42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGES.txt CHANGES.rst

File renamed without changes.

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include CHANGES.txt
1+
include CHANGES.rst
22
include COPYRIGHT.txt
33
include LICENSES.txt
44
include README.rst

setup.py

+1-1
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)