PiOverFour / MPK-M2-editor

Alternative to the official AKAI MPKMini MkII Editor
GNU General Public License v3.0
87 stars 13 forks source link

Speficy a version in setup to avoid packaging problems #15

Open ycollet opened 1 year ago

ycollet commented 1 year ago

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 ?

PiOverFour commented 1 year ago

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!