acsone / setuptools-odoo

A library to help packaging Odoo addons with setuptools. It mainly populates the usual setup.py keywords from the Odoo manifest files.
GNU Lesser General Public License v3.0
41 stars 46 forks source link

The metadata we generate is 2.2 compliant #61

Closed sbidoul closed 3 years ago

sbidoul commented 3 years ago

Because all metadata is static (from manifest.py and/or setup.py), except the version which may be influenced by the VCS. But when building from a sdist, we use PKG-INFO to find the version so it is static too.

https://packaging.python.org/specifications/core-metadata/#dynamic-multiple-use