summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",