summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-02-07 08:12:48 -0500
committerPaul Ganssle <paul@ganssle.io>2019-02-07 08:12:48 -0500
commit6bda3d5f1814b28a5a493363ca16228a4e37cd26 (patch)
tree71d84879527c63b9d4f40b8e039bb4123dc7ca7b
parent179115b198387a21202433ea61cc53f2efd383fc (diff)
downloadpython-setuptools-git-6bda3d5f1814b28a5a493363ca16228a4e37cd26.tar.gz
Add changelog for PR #1675
-rw-r--r--changelog.d/1675.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1675.change.rst b/changelog.d/1675.change.rst
new file mode 100644
index 00000000..e9067628
--- /dev/null
+++ b/changelog.d/1675.change.rst
@@ -0,0 +1 @@
+Added support for ``setup.cfg``-only projects when using the ``setuptools.build_meta`` backend. Projects that have enabled PEP 517 no longer need to have a ``setup.py`` and can use the purely declarative ``setup.cfg`` configuration file instead.