Skip to content
Snippets Groups Projects
Verified Commit 900bbc27 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use setuptools entrypoints to find apps

In contrast to scanning the `aleksis.apps` namespace, this has some
benefits:

 1. Does not need to import the module to consider it
    (resolve potential circular imports :star_struck:)
 2. Does not need to scan filesystems and wheels
 3. Apps can choose their own namespaces, register multiple apps/
    variants, and much more)
parent d1ff5fff
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment