summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-06-05 08:19:24 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-06-05 08:19:24 +1000
commit8c9dad1c6badf772b3e1dcac37e285768940299c (patch)
treedc3e7fd21cc86d94a27e7ce76c53dbabb8f450b8
parent7fde5b6fa652d02f94ba6d3c22f0755bfdf31ddc (diff)
Fix errors in long_documentationv1.0.1
-rw-r--r--CHANGES.rst8
-rw-r--r--README.rst4
-rwxr-xr-xsetup.py1
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e7b7ca8..97af918 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,14 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/
+1.0.1 - 2020-06-05
+------------------
+
+Fixed
+~~~~~
+* Errors in python long_documentation.
+
+
1.0.0 - 2020-06-05
------------------
diff --git a/README.rst b/README.rst
index 3cc5bc3..327ec48 100644
--- a/README.rst
+++ b/README.rst
@@ -98,6 +98,6 @@ https://sshuttle.readthedocs.org/en/latest/
Running as a service
--------------
+--------------------
Sshuttle can also be run as a service and configured using a config management system:
-https://medium.com/@mike.reider/using-sshuttle-as-a-service-bec2684a65fe \ No newline at end of file
+https://medium.com/@mike.reider/using-sshuttle-as-a-service-bec2684a65fe
diff --git a/setup.py b/setup.py
index b44bdb6..1c73a3f 100755
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ setup(
packages=find_packages(),
license="LGPL2.1+",
long_description=open('README.rst').read(),
+ long_description_content_type="text/x-rst",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",