Skip to content

Commit 8c9dad1

Browse files
committed
Fix errors in long_documentation
1 parent 7fde5b6 commit 8c9dad1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1220
1.0.0 - 2020-06-05
1321
------------------
1422

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ https://sshuttle.readthedocs.org/en/latest/
9898

9999

100100
Running as a service
101-
-------------
101+
--------------------
102102
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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)