Skip to content

Commit

Permalink
chore: declare console_scripts correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Sep 9, 2020
1 parent 433cee9 commit 3ea064f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ install_requires =
testing =
tox >= 3, <4

[entry_points.console_scripts]
mezzanine-project = mezzanine.bin.mezzanine_project:create_project
[options.entry_points]
console_scripts =
mezzanine-project = mezzanine.bin.mezzanine_project:create_project

# Building

Expand Down

0 comments on commit 3ea064f

Please sign in to comment.