Skip to content

missing metadata in setup.py #31

@reneeotten

Description

@reneeotten

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions