Skip to content

Commit

Permalink
Fixed pup entry point in pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed Mar 28, 2024
1 parent 97fbcb6 commit 975817d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -802,3 +802,7 @@ Updated README and docs' index and license.
Split getstarted.rst into install.rst and pup_marker.rst.
Also added top-level section for Dog of the day.

*****

Fixed pup entry point in pyproject.toml.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test = [

#https://setuptools.pypa.io/en/stable/userguide/entry_point.html#console-scripts
[project.scripts]
pbay = "pyratbay.__main__:main"
pup = "puppies.__main__:main"

[tool.setuptools.dynamic]
version = {attr = "puppies.version.__version__"}
Expand Down

0 comments on commit 975817d

Please sign in to comment.