On Tue, Feb 04, 2014 at 12:43:40PM +0100, Sascha Peilicke wrote:
> The 'license' metadata tag is causing the most issues for us. A perceived 50% 
> just put "GPL" in there. Which GPL version? GPL-only or actually LGPL?. 

FWIW you can sometimes get more detailed information from the classifiers:
https://pypi.python.org/pypi?%3Aaction=list_classifiers

E.g.

  setup(...
      licence='GPL',
      classifiers=[
          ...,
          'License :: OSI Approved :: GNU General Public License v2 or later 
(GPLv2+)',
          ...
      ])

Marius Gedminas
-- 
Unix gives you enough rope to shoot yourself in the foot.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to