NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

`slap check` reports missing `py.typed` file in wrong package #62

Closed NiklasRosenstein closed 2 years ago

NiklasRosenstein commented 2 years ago

I have a package kraken.core and kraken.api, both contained in the same project and contained in the same distribution. kraken.api doesn't have a py.typed file but slap check complains about kraken.core not having it.

image