Skip to content

Commit

Permalink
fix: include project cli entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas W. Carson committed Mar 12, 2024
1 parent b5f33cb commit 9230db5
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 @@ -33,6 +33,9 @@ Documentation = "https://mistune.lepture.com/"
Source = "https://github.com/lepture/mistune"
Donate = "https://github.com/sponsors/lepture"

[project.scripts]
mistune = "mistune.__main__:cli"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 9230db5

Please sign in to comment.