We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27c4ad4 + e0f5dbf commit 6ddaa60Copy full SHA for 6ddaa60
1 file changed
pyproject.toml
@@ -1,3 +1,7 @@
1
+[build-system]
2
+requires = ["setuptools>=61.0", "wheel"]
3
+build-backend = "setuptools.build_meta"
4
+
5
[project]
6
name = "archpkg"
7
version = "0.1.0"
@@ -16,3 +20,9 @@ dependencies = [
16
20
17
21
[project.scripts]
18
22
archpkg = "archpkg.cli:main"
23
24
+[tool.setuptools]
25
+packages = ["archpkg"]
26
27
+[tool.setuptools.package-data]
28
+archpkg = ["*.yaml", "*.yml", "*.json"]
0 commit comments