We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e46f7d commit cbc6a42Copy full SHA for cbc6a42
CHANGES.txt CHANGES.rst
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include CHANGES.txt
+include CHANGES.rst
2
include COPYRIGHT.txt
3
include LICENSES.txt
4
include README.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