From cec1dd84efcd994df4a66b0d7c7a2c4ee8384c70 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Mon, 6 Jun 2022 12:39:42 +0000 Subject: [PATCH] include subpackages in setuptools package discovery --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5ee321bd..8de4edd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ long_description_content_type = text/markdown author = Alliance Auth author_email = adarnof@gmail.com license = GPL-2.0 -license_file = LICENSE +license_files = LICENSE classifiers = Environment :: Web Environment Framework :: Django @@ -61,7 +61,7 @@ include_package_data = True zip_safe = False [options.packages.find] -include = allianceauth +include = allianceauth* [options.entry_points] console_scripts =