Skip to content

Commit 2061223

Browse files
author
maximerety
committed
fix(readme): add README on pypi
1 parent 9e2e295 commit 2061223

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.3.2
2+
===
3+
4+
* Publish readme on pypi.org
5+
16
1.3.1
27
===
38

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.3.1"
44
description = "Tanker identity library"
55
authors = ["Tanker team <tech@tanker.io>"]
66
homepage = "https://github.com/TankerHQ/identity-python"
7-
7+
readme = "README.rst"
88

99
[tool.poetry.dependencies]
1010
python = "^3.5"
@@ -18,3 +18,4 @@ pytest-cov = "2.7.1"
1818
[build-system]
1919
requires = ["poetry>=0.12"]
2020
build-backend = "poetry.masonry.api"
21+

0 commit comments

Comments
 (0)