MPK-M2-editor
MPK-M2-editor copied to clipboard
Speficy a version in setup to avoid packaging problems
I am trying to build a mpk package and I met the following error:
Error: The version in the Python package metadata 0.0.0 normalizes to zero.
It's likely a packaging error caused by missing version information
(e.g. when using a version control system snapshot as a source).
Maybe this error can be fixed by specifying a version in setup.py ?
Hi, thanks for the report.
I added a version to setup.py but I can’t really test packaging myself currently. You’re welcome to test, hoping it solves the issue!