Skip to content

Commit c11252d

Browse files
committed
Update requires-python and use dynamic version.
1 parent 2128e1a commit c11252d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name = "miniacd"
33
description = "Approximate convex decomposition of 3D meshes"
44
readme = "README.md"
5-
version = "0.1.1"
6-
requires-python = ">=3.8"
5+
requires-python = ">=3.9"
76
license = "MIT OR Apache-2.0"
87
authors = [
98
{email = "[email protected]"},
@@ -16,6 +15,7 @@ dependencies = [
1615
"click>=8.0.0",
1716
"trimesh>=4.0.0"
1817
]
18+
dynamic = ["version"]
1919

2020
[project.urls]
2121
homepage = "https://github.com/kylc/miniacd"

0 commit comments

Comments
 (0)