When packaging this for MacPorts I realized that it is installed under /opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/platformdirs-0.0.0-py3.9.egg-info/.
Please note the 0.0.0 in the directory name, which is causing issues when dependents check the installed version, which is now reported as being 0.0.0 instead of 2.2.0 (see, for example, this report). Indeed, checking the setup.py/setup.cfg files shows:
% platformdirs-2.2.0 % python setup.py check
running check
warning: check: missing required meta-data: version
can you please add this required meta-data?
When packaging this for MacPorts I realized that it is installed under
/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/platformdirs-0.0.0-py3.9.egg-info/.Please note the
0.0.0in the directory name, which is causing issues when dependents check the installed version, which is now reported as being0.0.0instead of2.2.0(see, for example, this report). Indeed, checking thesetup.py/setup.cfgfiles shows:can you please add this required meta-data?