From e008986490f06f97e19cbd75b65ada58534ae4db Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 14 Jun 2020 18:29:00 +0100 Subject: [PATCH] docs: RELEASING.md: site-packages corrected. This had been listing importlib_metadata, and its dependency zipp, because it's a dependency of newer 'keyring'. As we're hard-coding an older 'keyring' without that dependency we don't need to list them here. --- docs/RELEASING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 4c29497a..57c332df 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -31,7 +31,6 @@ Environment chardet-3.0.4.dist-info entrypoints-0.3.dist-info future-0.18.2-py3.7.egg-info - importlib_metadata-1.6.1.dist-info keyring-19.2.0.dist-info pathtools-0.1.2-py3.7.egg-info pefile-2019.4.18-py3.7.egg-info @@ -41,7 +40,6 @@ Environment setuptools-41.2.0.dist-info urllib3-1.25.9.dist-info watchdog-0.10.2-py3.7.egg-info - zipp-3.1.0.dist-info If you are using different versions of any of these tools then please ensure that the paths where they're installed match the associated lines in `setup.py`. i.e. if you're using later WiX you might need to edit the WIXPATH line, and likewise the SDKPATH line if you're using a later Windows SDK kit.