my.goodreads: cleanup, rename from my.reading.goodrads & use proper pip dependency

related:
- https://github.com/karlicoss/HPI/issues/79
- 10d8cc86a1
This commit is contained in:
Dima Gerasimov 2021-03-26 04:48:18 +00:00 committed by karlicoss
parent 1cdef6f40a
commit 29384aef44
5 changed files with 123 additions and 83 deletions

View file

@ -81,6 +81,7 @@ commands =
hpi module install my.pinboard
hpi module install my.arbtt
hpi module install my.coding.commits
hpi module install my.goodreads
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
# guess it wants .pyi file??
@ -101,6 +102,7 @@ commands =
-p my.calendar.holidays \
-p my.arbtt \
-p my.coding.commits \
-p my.goodreads \
--txt-report .coverage.mypy-misc \
--html-report .coverage.mypy-misc \
{posargs}