Skip to content

Commit

Permalink
added missing entry_points (#28)
Browse files Browse the repository at this point in the history
* added missing entry_points

* v1.3.3
  • Loading branch information
davidlday authored Sep 2, 2021
1 parent 9deb9a0 commit 04c3f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ tests_requires =
[options.packages.find]
where = src

[options.entry_points]
console_scripts =
prosegrinder = prosegrinder.__main__:cli

[bdist_wheel]
universal = true

Expand Down
2 changes: 1 addition & 1 deletion src/prosegrinder/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2
1.3.3

0 comments on commit 04c3f87

Please sign in to comment.