Skip to content

Commit

Permalink
script entry point in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
phfaist committed Aug 24, 2023
1 parent da555a0 commit cedef22
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 @@ -12,6 +12,9 @@ pylatexenc = ">=3.0a15"
colorlog = ">=6.0.0a4"
PyYAML = "^6.0"

[tool.poetry.scripts]
latexpp = 'latexpp.__main__:main'

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
toml = "^0.10.2"
Expand Down

0 comments on commit cedef22

Please sign in to comment.