diff --git a/changelog.d/3065.change.rst b/changelog.d/3065.change.rst new file mode 100644 index 0000000000..31b9d59c94 --- /dev/null +++ b/changelog.d/3065.change.rst @@ -0,0 +1,4 @@ +Refactored ``setuptools.config`` by separating configuration parsing (specific +to the configuration file format, e.g. ``setup.cfg``) and post-processing +(which includes directives such as ``file:`` that can be used across different +configuration formats).