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`_.
9
9
.. _`Semantic Versioning` : http://semver.org/
10
10
11
11
12
+ 1.0.1 - 2020-06-05
13
+ ------------------
14
+
15
+ Fixed
16
+ ~~~~~
17
+ * Errors in python long_documentation.
18
+
19
+
12
20
1.0.0 - 2020-06-05
13
21
------------------
14
22
Original file line number Diff line number Diff line change @@ -98,6 +98,6 @@ https://sshuttle.readthedocs.org/en/latest/
98
98
99
99
100
100
Running as a service
101
- -------------
101
+ --------------------
102
102
Sshuttle 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):
41
41
packages = find_packages (),
42
42
license = "LGPL2.1+" ,
43
43
long_description = open ('README.rst' ).read (),
44
+ long_description_content_type = "text/x-rst" ,
44
45
classifiers = [
45
46
"Development Status :: 5 - Production/Stable" ,
46
47
"Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments