aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-16 12:47:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-11-16 12:47:35 -0500
commit88951e9a5633abd4cdbfa3584647cec4247b8c30 (patch)
treea6e70edaa092f2821574c4a41eaea4f43ddddf95 /changelog.d
parent6b210c65938527a4bbcea34942fe43971be3c014 (diff)
downloadexternal_python_setuptools-88951e9a5633abd4cdbfa3584647cec4247b8c30.tar.gz
external_python_setuptools-88951e9a5633abd4cdbfa3584647cec4247b8c30.tar.bz2
external_python_setuptools-88951e9a5633abd4cdbfa3584647cec4247b8c30.zip
Add changelog entry and documentation about the feature.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1877.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1877.change.rst b/changelog.d/1877.change.rst
new file mode 100644
index 00000000..5a744fa3
--- /dev/null
+++ b/changelog.d/1877.change.rst
@@ -0,0 +1 @@
+Setuptools now exposes a new entry point hook "setuptools.finalize_distribution_options", enabling plugins like `setuptools_scm <https://pypi.org/project/setuptools_scm>`_ to configure options on the distribution at finalization time.