File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.6.0
4+
5+ Publish to pypi!
6+
37## v0.5.0
48
59Added
Original file line number Diff line number Diff line change @@ -7,16 +7,10 @@ Python wrapper of Inoreader API.
77
88## Installation
99
10- 1 . Clone this repository and install it with ` setup.py `
10+ Install with ` pip ` directly
1111
1212``` shell
13- python setup.py install
14- ```
15-
16- 2 . Install with ` pip ` directly
17-
18- ``` shell
19- pip install git+https://github.com/Linusp/python-inoreader.git
13+ pip install python-inoreader
2014```
2115
2216## Usage
Original file line number Diff line number Diff line change 11[project ]
22name = " python-inoreader"
3- version = " 0.4.7 "
3+ version = " 0.6.0 "
44description = " Python wrapper of Inoreader API"
55authors = [
66 {
name =
" Linusp" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments