Fix setup.cfg options.packages not including subpackages

This caused normal installs (i. e. without --editable) of this library
to not include the rsrcfork.compress subpackage, and made everything
unusable as a result. Oops.
This commit is contained in:
dgelessus 2019-09-25 01:51:23 +02:00
parent e75e88018e
commit 343259049c
1 changed files with 5 additions and 1 deletions

View File

@ -36,8 +36,12 @@ keywords =
setup_requires =
setuptools>=39.2.0
python_requires = >=3.6
packages =
packages = find:
[options.packages.find]
include =
rsrcfork
rsrcfork.*
[options.entry_points]
console_scripts =