aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Reiff <mail@jreiff.de>2019-12-19 14:42:00 +0100
committerJohannes Reiff <mail@jreiff.de>2019-12-19 14:42:00 +0100
commitec270f9e13fcc32a2a861273219ebfeba17838df (patch)
treeeefeaadd1c59d5665e977c3319e3a0f33262da64
parent72993bc1839f6f2ee3e04539a85410d837d3bf98 (diff)
downloadexternal_python_setuptools-ec270f9e13fcc32a2a861273219ebfeba17838df.tar.gz
external_python_setuptools-ec270f9e13fcc32a2a861273219ebfeba17838df.tar.bz2
external_python_setuptools-ec270f9e13fcc32a2a861273219ebfeba17838df.zip
Add changelog entry for PR #1941
-rw-r--r--changelog.d/1941.change.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/1941.change.rst b/changelog.d/1941.change.rst
new file mode 100644
index 00000000..a41cdcfe
--- /dev/null
+++ b/changelog.d/1941.change.rst
@@ -0,0 +1,4 @@
+Improve editable installs with PEP 518 build isolation:
+
+* The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
+* The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.