We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c0bce commit 721f217Copy full SHA for 721f217
2 files changed
pyproject.toml
@@ -1,3 +1,8 @@
1
+[project]
2
+name = "lupa"
3
+requires-python = ">=3.8"
4
+dynamic = ["version"]
5
+
6
[build-system]
7
requires = ["Cython>=3.2.4", "setuptools", "wheel"]
8
setup.cfg
0 commit comments