toomuchcookies / pgu

Automatically exported from code.google.com/p/pgu
GNU Lesser General Public License v2.1
0 stars 0 forks source link

invalid metadata in PKG-INFO #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Metadata-Version: 0.10.3

Original issue reported on code.google.com by Sridhar....@gmail.com on 23 Jul 2009 at 9:55

GoogleCodeExporter commented 9 years ago
to explain: 0.10.3 is an invalid metadata version.

see: http://www.python.org/dev/peps/pep-0345/

you should specify 1.2 (or 1.1 or 1.0)

Original comment by Sridhar....@gmail.com on 23 Jul 2009 at 10:04

GoogleCodeExporter commented 9 years ago
Thanks for pointing that out. I've fixed the PKG-INFO file (in SVN).

Original comment by peter.ro...@gmail.com on 11 Aug 2009 at 2:32