[Distutils] How to specific metadata version in setup.py?
Tarek Ziadé
ziade.tarek at gmail.com
Fri Mar 19 22:27:03 CET 2010
On Fri, Mar 19, 2010 at 5:22 PM, Tarek Ziadé <ziade.tarek at gmail.com> wrote:
[..]
>
> You can't do it, distutils will automatically set 1.0 or 1.1 depending
> on the options you have used. (and not 1.2)
Re-reading the current distutils (1) code, I realize that it'll switch
to 1.1 *only* if you have used
provides, requires or obsolete, so it's partially implemented.
The new class is much cleaner in the implementation, and so is the
register command for PyPI.
Notice that we have almost finished the implementation of PEP 345 on
PyPI side so we will soon be able to push PEP 345 fields over there.
Tarek
--
Tarek Ziadé | http://ziade.org
More information about the Distutils-SIG
mailing list