We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flit
pyproject.toml
1 parent ed53c00 commit 5953432Copy full SHA for 5953432
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["setuptools>=61.0.0", "wheel"]
3
-build-backend = "setuptools.build_meta"
+requires = ["flit_core >=3.11,<4"]
+build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "garak"
@@ -139,11 +139,11 @@ audio = [
139
[project.scripts]
140
garak = "garak.__main__:main"
141
142
-[tool.setuptools]
143
-packages = ["garak"]
+[tool.flit.module]
+name = "garak"
144
145
-[tool.setuptools.package-data]
146
-"garak.resources" = ["*"]
+[tool.flit.sdist]
+include = ["./garak/resources/*.json", "./garak/resources/*.yaml"]
147
148
[tool.black]
149
line-length = 88
0 commit comments