Skip to content

Commit 2b7b57d

Browse files
Update pyproject.toml: Change versioning to dynamic, enhance project description, and update dependencies
1 parent 97d3119 commit 2b7b57d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "py_spring_model"
3-
version = "0.1.0"
4-
description = "Default template for PDM package"
3+
dynamic = ["version"]
4+
description = "A powerful Python ORM library built on SQLModel that provides automatic CRUD repositories, dynamic query generation, and seamless RESTful API integration with PySpring framework."
55
authors = [
6-
{name = "William Chen", email = "william_w_chen@trendmicro.com"},
6+
{name = "William Chen", email = "ow6201231@gmail.com"},
77
]
88
dependencies = [
9-
"py-spring-core>=0.0.13",
9+
"py-spring-core>=0.0.21",
1010
"sqlmodel>=0.0.24",
1111
]
1212

0 commit comments

Comments
 (0)