Skip to content

Commit 56053aa

Browse files
committed
pyproject.toml: updates for some lint issues using with uv
1 parent 8aece0e commit 56053aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "ta-lib"
3-
version = "0.5.1"
4-
dynamic = ["authors", "classifiers", "dependencies", "description", "license", "readme"]
5-
6-
[build-system]
7-
requires = ["setuptools >= 51.0.0", "wheel", "numpy"]
8-
build-backend = "setuptools.build_meta:__legacy__"
3+
version = "0.5.2"
4+
dynamic = ["authors", "classifiers", "description", "license", "readme"]
5+
dependencies = [
6+
"setuptools",
7+
"numpy",
8+
]

0 commit comments

Comments
 (0)