mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
Fix errors in long_documentation
This commit is contained in:
parent
7fde5b6fa6
commit
8c9dad1c6b
@ -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
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -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
|
1
setup.py
1
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user