File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- =======
2
1
History
3
2
=======
4
3
@@ -15,6 +14,9 @@ History
15
14
* new exceptions
16
15
* miscellaneous improvements [via alexander255 _ `#42 `_]
17
16
17
+ .. _alexander255 : https://github.com/alexander255
18
+ .. _`#42` : https://github.com/multiformats/py-multiaddr/pull/42
19
+
18
20
0.0.2 (2016-5-4)
19
21
----------------
20
22
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ py-multiaddr
4
4
.. image :: https://img.shields.io/pypi/v/multiaddr.svg
5
5
:target: https://pypi.python.org/pypi/multiaddr
6
6
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
9
9
10
10
.. image :: https://codecov.io/github/multiformats/py-multiaddr/coverage.svg?branch=master
11
11
:target: https://codecov.io/github/multiformats/py-multiaddr?branch=master
@@ -122,3 +122,4 @@ Dual-licensed:
122
122
.. _standard-readme : https://github.com/RichardLitt/standard-readme
123
123
.. _MIT : LICENSE-MIT
124
124
.. _Apache 2 : LICENSE-APACHE2
125
+ .. _`@sbuss` : https://github.com/sbuss
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
3
3
bumpversion==0.5.3
4
- wheel==0.29 .0
4
+ wheel>=0.31 .0
5
5
watchdog==0.8.3
6
6
tox==3.6.1
7
7
coverage==4.5.2
Original file line number Diff line number Diff line change 23
23
version = version ,
24
24
description = "Python implementation of jbenet's multiaddr" ,
25
25
long_description = readme + '\n \n ' + history ,
26
+ long_description_content_type = "text/x-rst" ,
26
27
author = "Steven Buss" ,
27
28
28
29
url = 'https://github.com/multiformats/py-multiaddr' ,
You can’t perform that action at this time.
0 commit comments