We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9deb9a0 commit 04c3f87Copy full SHA for 04c3f87
setup.cfg
@@ -42,6 +42,10 @@ tests_requires =
42
[options.packages.find]
43
where = src
44
45
+[options.entry_points]
46
+console_scripts =
47
+ prosegrinder = prosegrinder.__main__:cli
48
+
49
[bdist_wheel]
50
universal = true
51
src/prosegrinder/VERSION
@@ -1 +1 @@
1
-1.3.2
+1.3.3
0 commit comments