Skip to content

Commit

Permalink
fix(readme): add README on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
maximerety committed Feb 14, 2020
1 parent 9e2e295 commit 2061223
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.3.2
===

* Publish readme on pypi.org

1.3.1
===

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.3.1"
description = "Tanker identity library"
authors = ["Tanker team <[email protected]>"]
homepage = "https://github.com/TankerHQ/identity-python"

readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.5"
Expand All @@ -18,3 +18,4 @@ pytest-cov = "2.7.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 2061223

Please sign in to comment.