Skip to content

Commit 79d7cb3

Browse files
committed
Fix broken reST and links
1 parent 13be4f9 commit 79d7cb3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
=======
21
History
32
=======
43

@@ -15,6 +14,9 @@ History
1514
* new exceptions
1615
* miscellaneous improvements [via alexander255_ `#42`_]
1716

17+
.. _alexander255: https://github.com/alexander255
18+
.. _`#42`: https://github.com/multiformats/py-multiaddr/pull/42
19+
1820
0.0.2 (2016-5-4)
1921
----------------
2022

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ py-multiaddr
44
.. image:: https://img.shields.io/pypi/v/multiaddr.svg
55
:target: https://pypi.python.org/pypi/multiaddr
66

7-
.. image:: https://travis-ci.org/multiformats/py-multiaddr.svg?branch=master
8-
:target: https://travis-ci.org/multiformats/py-multiaddr
7+
.. image:: https://api.travis-ci.com/multiformats/py-multiaddr.svg?branch=master
8+
:target: https://travis-ci.com/multiformats/py-multiaddr
99

1010
.. image:: https://codecov.io/github/multiformats/py-multiaddr/coverage.svg?branch=master
1111
:target: https://codecov.io/github/multiformats/py-multiaddr?branch=master
@@ -122,3 +122,4 @@ Dual-licensed:
122122
.. _standard-readme: https://github.com/RichardLitt/standard-readme
123123
.. _MIT: LICENSE-MIT
124124
.. _Apache 2: LICENSE-APACHE2
125+
.. _`@sbuss`: https://github.com/sbuss

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22

33
bumpversion==0.5.3
4-
wheel==0.29.0
4+
wheel>=0.31.0
55
watchdog==0.8.3
66
tox==3.6.1
77
coverage==4.5.2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
version=version,
2424
description="Python implementation of jbenet's multiaddr",
2525
long_description=readme + '\n\n' + history,
26+
long_description_content_type="text/x-rst",
2627
author="Steven Buss",
2728
author_email='[email protected]',
2829
url='https://github.com/multiformats/py-multiaddr',

0 commit comments

Comments
 (0)