diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-05 18:50:05 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-05 18:50:05 -0500 |
commit | b0ecd44b1011db9c562019caec7e4ba2750ce4a6 (patch) | |
tree | 507fcb6dfb1a5f7135e7395b96a61e9736d0fa15 | |
parent | 60da370778026872e44d44c3a0429bfc2b242504 (diff) | |
download | external_python_setuptools-b0ecd44b1011db9c562019caec7e4ba2750ce4a6.tar.gz external_python_setuptools-b0ecd44b1011db9c562019caec7e4ba2750ce4a6.tar.bz2 external_python_setuptools-b0ecd44b1011db9c562019caec7e4ba2750ce4a6.zip |
Update changelog.
-rw-r--r-- | changelog.d/1985.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1985.change.rst b/changelog.d/1985.change.rst new file mode 100644 index 00000000..33698b88 --- /dev/null +++ b/changelog.d/1985.change.rst @@ -0,0 +1 @@ +Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9). |