Skip to content

Commit db5b676

Browse files
committed
fix: update project metadata
1 parent 25136db commit db5b676

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
[tool.poetry]
1+
[project]
22
name = "libsimba"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "libsimba is a library simplifying the use of SIMBAChain Blocks APIs."
55
authors = [
6-
"SIMBA Chain Inc."
6+
{ name = "SIMBA Chain Inc." }
77
]
8-
8+
readme = "README.md"
99
packages = [
1010
{ include = "libsimba" }
1111
]
12+
license = "MIT"
13+
requires-python = ">=3.9,<4.0"
14+
15+
[project.urls]
16+
homepage = "https://github.com/SIMBAChain/libsimba"
17+
repository = "https://github.com/SIMBAChain/libsimba"
18+
documentation = "https://simbachain.github.io/libsimba/"
1219

1320
[tool.poetry.dependencies]
1421
python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)