We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e3291 commit 20fd4c6Copy full SHA for 20fd4c6
pyproject.toml
@@ -35,11 +35,14 @@ dependencies = [
35
]
36
37
[project.scripts]
38
-a10y = "a10y.main:main" # Allows running `a10y` as a CLI command
+eida-a10y = "a10y.main:main" # Allows running `a10y` as a CLI command
39
40
[tool.uv]
41
package = true
42
43
+[tool.hatch.build.targets.wheel]
44
+packages = ["src/a10y"]
45
+
46
47
[build-system]
48
requires = ["hatchling"]
0 commit comments