1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

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.
This commit is contained in:
Athanasius 2020-06-14 18:29:00 +01:00
parent 69b585ac1d
commit e008986490

View File

@ -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.