Closed Stiivi closed 7 years ago
Current state: the extension loading mechanism is using pkg_resource discovery, which is not stnadard in Python (see PEP 365.
pkg_resource
Use the new __init_subclass__ mechanism.
__init_subclass__
Implemented in #427.
Current state: the extension loading mechanism is using
pkg_resource
discovery, which is not stnadard in Python (see PEP 365.Use the new
__init_subclass__
mechanism.