Skip to content

Commit

Permalink
build(pypi): add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sassanh committed May 13, 2024
1 parent 1050f21 commit c391fd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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]
Expand Down

0 comments on commit c391fd1

Please sign in to comment.