diff --git a/CHANGELOG.md b/CHANGELOG.md index eebed78..37c9507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.15.4 + +- build(pypi): add metadata + ## Version 0.15.3 - docs: add an introduction of `view` to `README.md` diff --git a/pyproject.toml b/pyproject.toml index e692a39..5e7c7d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,13 @@ [tool.poetry] name = "python-redux" -version = "0.15.3" +version = "0.15.4" description = "Redux implementation for Python" authors = ["Sassan Haradji "] license = "Apache-2.0" readme = "README.md" +homepage = 'https://github.com/sassanh/python-redux/' +repository = 'https://github.com/sassanh/python-redux/' +keywords = ['store', 'redux', 'reactive', 'autorun'] packages = [{ include = "redux" }, { include = "redux_pytest" }] [tool.poetry.dependencies]