summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-03-16 13:05:29 -0400
committerPaul Ganssle <paul@ganssle.io>2019-03-16 13:05:29 -0400
commite33a714f9a9342e7aa035b22eaf29433fd58ba86 (patch)
tree8139f385a20d2d1f281244f718372d068609950e
parentb54d4c699fc4e1692dadd19bdd7cbcde1c844976 (diff)
downloadpython-setuptools-git-e33a714f9a9342e7aa035b22eaf29433fd58ba86.tar.gz
Add changelog for PR #1720
-rw-r--r--changelog.d/1720.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1720.change.rst b/changelog.d/1720.change.rst
new file mode 100644
index 00000000..a0d8fb35
--- /dev/null
+++ b/changelog.d/1720.change.rst
@@ -0,0 +1 @@
+Added support for ``pkg_resources.parse_requirements``-style requirements in ``setup_requires`` when ``setup.py`` is invoked from the ``setuptools.build_meta`` build backend.