Replies: 1 comment
-
Hi @Ark-kun , I am afraid this is not possible. The best option here is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imaging that I have a package with almost perfect "flat" structure, but with a single missing
__init__.py
due to using a submodule.I use
setup.cfg
. When I usepackages=find:
, thesub_package
is not included in the wheel.If I try using
packages=find_namespace:
, many unrelated tests and test data files are included.How can I configure the packages without having to manually include or exclude many directories.
I wish I could just do this:
or
Beta Was this translation helpful? Give feedback.
All reactions