Skip to content

Commit c391fd1

Browse files
committed
build(pypi): add metadata
1 parent 1050f21 commit c391fd1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.15.4
4+
5+
- build(pypi): add metadata
6+
37
## Version 0.15.3
48

59
- docs: add an introduction of `view` to `README.md`

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[tool.poetry]
22
name = "python-redux"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
description = "Redux implementation for Python"
55
authors = ["Sassan Haradji <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8+
homepage = 'https://github.com/sassanh/python-redux/'
9+
repository = 'https://github.com/sassanh/python-redux/'
10+
keywords = ['store', 'redux', 'reactive', 'autorun']
811
packages = [{ include = "redux" }, { include = "redux_pytest" }]
912

1013
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)