Skip to content

Commit

Permalink
pyproject.toml: updates for some lint issues using with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Dec 25, 2024
1 parent 8aece0e commit 56053aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "ta-lib"
version = "0.5.1"
dynamic = ["authors", "classifiers", "dependencies", "description", "license", "readme"]

[build-system]
requires = ["setuptools >= 51.0.0", "wheel", "numpy"]
build-backend = "setuptools.build_meta:__legacy__"
version = "0.5.2"
dynamic = ["authors", "classifiers", "description", "license", "readme"]
dependencies = [
"setuptools",
"numpy",
]

0 comments on commit 56053aa

Please sign in to comment.