vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Fix package self-install #11

Closed vkottler closed 2 years ago

vkottler commented 2 years ago

We don't want to require this fix: https://github.com/vkottler/config/commit/8ee9e2aadbb17f0fd26fc08a2970fc565211bd35

If the package is going to self-install anyway, we should be grabbing py.typed and the annotations somehow.

vkottler commented 2 years ago

We add py.typed to the build on https://github.com/vkottler/vmklib/commit/d7542c9ca9e3e1e37a94511d85bc0b9c2365734b, maybe that will fix it

vkottler commented 2 years ago

I think this is fixed by #7 overall... we should just not be doing this

vkottler commented 2 years ago

This is fixed for all intents and purposes (with {{pkg_slug}}_bootstrap installation)