summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-05-04 10:34:24 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-05-04 10:34:24 +0100
commit583cb93dfe38151b17e152e961da5643ca4d49d3 (patch)
tree43e87fcc72df02e2020d207f5af8f70d3c5ec624
parent8acf300c23e0f067c18ae4e47981491d37cda92e (diff)
downloadpython-setuptools-git-583cb93dfe38151b17e152e961da5643ca4d49d3.tar.gz
Add news fragment
-rw-r--r--changelog.d/3206.change.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/3206.change.rst b/changelog.d/3206.change.rst
new file mode 100644
index 00000000..f4d86839
--- /dev/null
+++ b/changelog.d/3206.change.rst
@@ -0,0 +1,4 @@
+Fixed behaviour when both ``install_requires`` (in ``setup.py``) and
+``dependencies`` (in ``pyproject.toml``) are specified.
+The configuration in ``pyproject.toml`` will take precedence over ``setup.py``
+(in accordance with PEP 621). A warning was added to inform users.