summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-21 05:13:37 -0400
committerGitHub <noreply@github.com>2020-03-21 05:13:37 -0400
commita3e1afead418ae25119bf19a587d9696c27beb9a (patch)
treef1c8f3585811f906ed7baf5265d40ecca8788925
parentb90515f8041352a33c6ca7099be38dee0d5a5cdd (diff)
downloadpython-setuptools-git-a3e1afead418ae25119bf19a587d9696c27beb9a.tar.gz
Rename changefile and clean up changelog.
-rw-r--r--changelog.d/1431.change.rst1
-rw-r--r--changelog.d/1431.chnage.rst3
2 files changed, 1 insertions, 3 deletions
diff --git a/changelog.d/1431.change.rst b/changelog.d/1431.change.rst
new file mode 100644
index 00000000..a3848afa
--- /dev/null
+++ b/changelog.d/1431.change.rst
@@ -0,0 +1 @@
+In ``easy_install.check_site_dir``, ensure the installation directory exists.
diff --git a/changelog.d/1431.chnage.rst b/changelog.d/1431.chnage.rst
deleted file mode 100644
index a5cb324e..00000000
--- a/changelog.d/1431.chnage.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Make install directory if it doesn't exist yet to prevent Fedora's
-specific setup to blow up if ``/usr/local/lib/pythonX.Y/site-packages``
-doesn't exist yet.