We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590916f commit 184087dCopy full SHA for 184087d
2 files changed
CHANGES.txt CHANGES.rstCHANGES.txt renamed to CHANGES.rst
setup.py
@@ -36,7 +36,7 @@
36
here = os.path.abspath(os.path.dirname(__file__))
37
try:
38
README = open(os.path.join(here, 'README.rst')).read()
39
- CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
+ CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
40
except:
41
README = """\
42
Supervisor is a client/server system that allows its users to
0 commit comments