Skip to content

Commit

Permalink
Update to new setuptools with dynamic deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IGalat committed Feb 19, 2024
1 parent 711b43e commit f07eae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==68.2.2", "wheel"]
requires = ["setuptools>=69.1.0", "wheel"]
build-backend = "setuptools.build_meta"


Expand All @@ -11,6 +11,7 @@ authors = [{ name = "IGalat", email = "author_email@example.com" }]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dynamic = ["dependencies", "optional-dependencies"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit f07eae3

Please sign in to comment.