summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst6
-rw-r--r--MANIFEST.in1
2 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 405c9dc..b618c0c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -27,8 +27,8 @@ your new repository and run the build scripts::
make zookeeper
You need to have some supported version of Python installed and have
-it available as `python` in your shell. To run Zookeeper you also need
-a Java runtime (JRE or JDK) version 6 or 7.
+it available as ``python`` in your shell. To run Zookeeper you also
+need a Java runtime (JRE or JDK) version 6 or 7.
You can run all the tests by calling::
@@ -59,7 +59,7 @@ combinations for submitted pull requests, which makes it easy to see
if new code breaks tests on some weird version combination.
If you introduce new functionality, please also add documentation and
-a short entry in the top-level `CHANGES.rst` file.
+a short entry in the top-level ``CHANGES.rst`` file.
Legal
diff --git a/MANIFEST.in b/MANIFEST.in
index b0e9f38..1720b92 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
include CHANGES.rst
+include CONTRIBUTING.rst
include README.rst
include LICENSE
include MANIFEST.in