Speficy a version in setup to avoid packaging problems #15

Open
opened 2023-08-12 08:25:02 +02:00 by ycollet · 1 comment
ycollet commented 2023-08-12 08:25:02 +02:00 (Migrated from github.com)

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 ?

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 2023-08-14 18:31:59 +02:00 (Migrated from github.com)

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!

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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
damien/MPK-M2-editor#15
No description provided.