MPK-M2-editor icon indicating copy to clipboard operation
MPK-M2-editor copied to clipboard

Speficy a version in setup to avoid packaging problems

Open ycollet opened this issue 1 year ago • 1 comments

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 ?

ycollet avatar Aug 12 '23 06:08 ycollet

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!

PiOverFour avatar Aug 14 '23 16:08 PiOverFour