##// 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
r53822:101c1862 stable
Show More
__init__.py
5 lines | 103 B | text/x-python | PythonLexer
from __future__ import annotations
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)