Skip to content

Commit 20fd4c6

Browse files
committed
Update pyproject.toml
1 parent 76e3291 commit 20fd4c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ dependencies = [
3535
]
3636

3737
[project.scripts]
38-
a10y = "a10y.main:main" # Allows running `a10y` as a CLI command
38+
eida-a10y = "a10y.main:main" # Allows running `a10y` as a CLI command
3939

4040
[tool.uv]
4141
package = true
4242

43+
[tool.hatch.build.targets.wheel]
44+
packages = ["src/a10y"]
45+
4346

4447
[build-system]
4548
requires = ["hatchling"]

0 commit comments

Comments
 (0)