kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

setup.py: exclude test.* subpackages from find_packages too #406

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

Otherwise, test.test_package will be picked up when installing via PEP517.

Bug: https://bugs.gentoo.org/899628

kislyuk commented 1 year ago

Thank you

thesamesam commented 1 year ago

Thanks!