mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
include subpackages in setuptools package discovery
This commit is contained in:
parent
fae5805322
commit
cec1dd84ef
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user