##// END OF EJS Templates
help: fix command build with rust...
help: fix command build with rust The use of `--no-use-pep517` leads to ERROR: Disabling PEP 517 processing is invalid: project specifies a build backend of setuptools.build_meta in pyproject.toml

File last commit:

r52756:f4733654 default
r53437:101c1862 stable
Show More
__init__.py
7 lines | 156 B | text/x-python | PythonLexer
# name space package to host third party extensions
from __future__ import annotations
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)