Skip to content

Commit

Permalink
pyproject: add "pyaml" via project.scripts for pipx and such
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-fg committed Sep 5, 2023
1 parent 280daea commit 6e9dae3
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 @@ -29,3 +29,6 @@ readme = {file="README.rst"}

[project.optional-dependencies]
anchors = ["unidecode"]

[project.scripts]
pyaml = "pyaml.__main__:main"

0 comments on commit 6e9dae3

Please sign in to comment.