File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ adheres to `Semantic Versioning`_.
99.. _`Semantic Versioning` : http://semver.org/
1010
1111
12+ 1.0.1 - 2020-06-05
13+ ------------------
14+
15+ Fixed
16+ ~~~~~
17+ * Errors in python long_documentation.
18+
19+
12201.0.0 - 2020-06-05
1321------------------
1422
Original file line number Diff line number Diff line change @@ -98,6 +98,6 @@ https://sshuttle.readthedocs.org/en/latest/
9898
9999
100100Running as a service
101- -------------
101+ --------------------
102102Sshuttle can also be run as a service and configured using a config management system:
103- https://medium.com/@mike.reider/using-sshuttle-as-a-service-bec2684a65fe
103+ https://medium.com/@mike.reider/using-sshuttle-as-a-service-bec2684a65fe
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ def version_scheme(version):
4141 packages = find_packages (),
4242 license = "LGPL2.1+" ,
4343 long_description = open ('README.rst' ).read (),
44+ long_description_content_type = "text/x-rst" ,
4445 classifiers = [
4546 "Development Status :: 5 - Production/Stable" ,
4647 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments