aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-10-29 16:38:10 -0400
committerGitHub <noreply@github.com>2018-10-29 16:38:10 -0400
commita50f09b90c4433aa4ef7b50c682413191da0a1d9 (patch)
tree17b5f6a345ca3040b51a922374607121ec006ccd /changelog.d
parent566f3aadfa112b8d6b9a1ecf5178552f6e0f8c6c (diff)
parent1c226bdeb61dbd82419508dcc65b9969d0f42e16 (diff)
downloadexternal_python_setuptools-a50f09b90c4433aa4ef7b50c682413191da0a1d9.tar.gz
external_python_setuptools-a50f09b90c4433aa4ef7b50c682413191da0a1d9.tar.bz2
external_python_setuptools-a50f09b90c4433aa4ef7b50c682413191da0a1d9.zip
Merge pull request #1541 from smenon8/deprecate-requires
Deprecate the requires keyword
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1541.deprecation.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1541.deprecation.rst b/changelog.d/1541.deprecation.rst
new file mode 100644
index 00000000..cc07aaa7
--- /dev/null
+++ b/changelog.d/1541.deprecation.rst
@@ -0,0 +1 @@
+Officially deprecated the ``requires`` parameter in ``setup()``.