diff options
| author | Johannes Reiff <mail@jreiff.de> | 2019-12-19 14:42:00 +0100 |
|---|---|---|
| committer | Johannes Reiff <mail@jreiff.de> | 2019-12-19 14:42:00 +0100 |
| commit | ec270f9e13fcc32a2a861273219ebfeba17838df (patch) | |
| tree | eefeaadd1c59d5665e977c3319e3a0f33262da64 | |
| parent | 72993bc1839f6f2ee3e04539a85410d837d3bf98 (diff) | |
| download | external_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.rst | 4 |
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. |
