From 20612237c393eb6c5ac91444bbf1932675c07bd3 Mon Sep 17 00:00:00 2001 From: maximerety Date: Fri, 14 Feb 2020 13:51:38 +0100 Subject: [PATCH] fix(readme): add README on pypi --- Changelog.rst | 5 +++++ pyproject.toml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 9d48523..9422267 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,3 +1,8 @@ +1.3.2 +=== + +* Publish readme on pypi.org + 1.3.1 === diff --git a/pyproject.toml b/pyproject.toml index 7505525..141e748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "1.3.1" description = "Tanker identity library" authors = ["Tanker team "] homepage = "https://github.com/TankerHQ/identity-python" - +readme = "README.rst" [tool.poetry.dependencies] python = "^3.5" @@ -18,3 +18,4 @@ pytest-cov = "2.7.1" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" +