Skip to content

Commit

Permalink
Add console script
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Feb 2, 2024
1 parent 8b84414 commit c19b934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ license = {file = "LICENSE"}
dependencies = ["pyyaml"]
requires-python = ">= 3.8"

[project.scripts]
xacro = "xacro:main"

[tool.setuptools.packages.find]
where = ["."]
include = ["xacro"]
Expand Down

0 comments on commit c19b934

Please sign in to comment.