flit
flit copied to clipboard
feat: allow stubs package
close https://github.com/pypa/flit/issues/332
- do not try to get docstring and version if it's not
dynamic, which is typical the case of stubs package - do not raise exception if it's
-stubspackage without__init__.py - do not normalize the
-stubsparts in package name
Thanks a lot @trim21! This looks good to me. Will wait a few more days before merging to give others the chance to comment.
hi, when will we merge this?