mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +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 = Alliance Auth
|
||||||
author_email = adarnof@gmail.com
|
author_email = adarnof@gmail.com
|
||||||
license = GPL-2.0
|
license = GPL-2.0
|
||||||
license_file = LICENSE
|
license_files = LICENSE
|
||||||
classifiers =
|
classifiers =
|
||||||
Environment :: Web Environment
|
Environment :: Web Environment
|
||||||
Framework :: Django
|
Framework :: Django
|
||||||
@ -61,7 +61,7 @@ include_package_data = True
|
|||||||
zip_safe = False
|
zip_safe = False
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
include = allianceauth
|
include = allianceauth*
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user