We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913d50a commit b7f7768Copy full SHA for b7f7768
newsfragments/4611.feature.rst
@@ -0,0 +1,7 @@
1
+Added support for the environment variable
2
+``SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true``, allowing users to bypass
3
+the validation of ``pyproject.toml``.
4
+This option should be used only as a last resort when resolving dependency
5
+issues, as it may lead to improper functioning.
6
+Users who enable this setting are responsible for ensuring that ``pyproject.toml``
7
+complies with setuptools requirements.
0 commit comments