summaryrefslogtreecommitdiff
path: root/changelog.d/2871.doc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/2871.doc.rst')
-rw-r--r--changelog.d/2871.doc.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/changelog.d/2871.doc.rst b/changelog.d/2871.doc.rst
deleted file mode 100644
index 2a099d0d..00000000
--- a/changelog.d/2871.doc.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Added a note to the docs that it is possible to install
-``setup.py``-less projects in editable mode with :doc:`pip v21.1+
-<pip:index>`, only having ``setup.cfg`` and ``pyproject.toml`` in
-project root -- by :user:`webknjaz`