Skip to content

Commit

Permalink
rename entry points and fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
deven367 committed Sep 5, 2024
1 parent c368cc4 commit 14ac649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project.scripts]
talk-to-a-pdf = "ttp.talk:main"
talk-to-a-file = "ttf.talk:main"

[project.optional-dependencies]
dev = [
"pytest",
"mkdocs-material==9.4.8",
"mkdocs-material==9.5.34",
"mkdocstrings[python]"
]

0 comments on commit 14ac649

Please sign in to comment.