include subpackages in setuptools package discovery

This commit is contained in:
Ariel Rin 2022-06-06 12:39:42 +00:00
parent fae5805322
commit cec1dd84ef

View File

@ -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 =