Conversation
https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information > Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing. Fixes duckdb#57
|
FMI: did you test that this works? I'm a little surprised that the We could also just move the stub back into its own folder for now, if that's what worked before. |
|
Yes, I did test it. I ran the same commands as in #57, but I did a
Now I'm not fully sure about the point of
This is why I thought it makes sense to add this empty file. I guess a separate folder with only stubs should also work. |
https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information
Fixes #57