Skip to content

Commit 04c3f87

Browse files
authored
added missing entry_points (#28)
* added missing entry_points * v1.3.3
1 parent 9deb9a0 commit 04c3f87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ tests_requires =
4242
[options.packages.find]
4343
where = src
4444

45+
[options.entry_points]
46+
console_scripts =
47+
prosegrinder = prosegrinder.__main__:cli
48+
4549
[bdist_wheel]
4650
universal = true
4751

src/prosegrinder/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.3.3

0 commit comments

Comments
 (0)