We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.sub_commands
distutils
setuptools
The following feature in setuptools has been deprecated for almost 2 years and is about to be removed:
https://github.com/pypa/setuptools/blob/1ed759173983656734c3606e9c97a348895e5e0c/setuptools/command/build.py#L13-L27
It might be a good idea to import build directly from setuptools for the following code:
build
phply/setup.py
Line 7 in 050aaa2
(build is available directly from setuptools, starting on version v62.4.0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following feature in setuptools has been deprecated for almost 2 years and is about to be removed:
https://github.com/pypa/setuptools/blob/1ed759173983656734c3606e9c97a348895e5e0c/setuptools/command/build.py#L13-L27
It might be a good idea to import
build
directly from setuptools for the following code:phply/setup.py
Line 7 in 050aaa2
(
build
is available directly from setuptools, starting on version v62.4.0)The text was updated successfully, but these errors were encountered: