Add poetry script as a replacement for console_scripts (#92)

After switching to poetry, the console script `rfd` was removed meaning the `rfd` command did not work.

This fixes the issue by using [poetry scripts](https://python-poetry.org/docs/pyproject/#scripts).
This commit is contained in:
Dave Gallant
2021-05-03 18:15:07 -04:00
parent 185700447e
commit 11837addf1
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
0.7.0
0.7.1