[Python-Dev] Proposing PEP 345 : Metadata for Python Software Packages 1.2

"Martin v. Löwis" martin at v.loewis.de
Mon Dec 28 10:31:58 CET 2009


> Does that mean we should add "or"?
> 
>     Requires-Python: 2.5 or 2.6

It would be redundant to have it, since you can also write

Requires-Python: >=2.5, <2.7

> Should we also use "and" instead of ","?
> 
>     Requires-Python: >= 2.5 and < 2.6

Perhaps. I think the Linux packaging formats uniformly use the comma.

Regards,
Martin


More information about the Python-Dev mailing list