Fix errors in long_documentation

This commit is contained in:
Brian May 2020-06-05 08:19:24 +10:00
parent 7fde5b6fa6
commit 8c9dad1c6b
3 changed files with 11 additions and 2 deletions

View File

@ -9,6 +9,14 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/ .. _`Semantic Versioning`: http://semver.org/
1.0.1 - 2020-06-05
------------------
Fixed
~~~~~
* Errors in python long_documentation.
1.0.0 - 2020-06-05 1.0.0 - 2020-06-05
------------------ ------------------

View File

@ -98,6 +98,6 @@ https://sshuttle.readthedocs.org/en/latest/
Running as a service Running as a service
------------- --------------------
Sshuttle can also be run as a service and configured using a config management system: 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 https://medium.com/@mike.reider/using-sshuttle-as-a-service-bec2684a65fe

View File

@ -41,6 +41,7 @@ setup(
packages=find_packages(), packages=find_packages(),
license="LGPL2.1+", license="LGPL2.1+",
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
long_description_content_type="text/x-rst",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers", "Intended Audience :: Developers",