Skip to content

Commit

Permalink
use main insteads of mains
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjhay committed Feb 25, 2025
1 parent 7c867d2 commit f52e72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/poethepoet/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
entry_points:
- poe = poethepoet.__main__:mains
- poe = poethepoet.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
Expand Down

0 comments on commit f52e72f

Please sign in to comment.