[Python-bugs-list] [ python-Bugs-449009 ] distutils spelling error

noreply@sourceforge.net noreply@sourceforge.net
Fri, 10 Aug 2001 12:17:42 -0700


Bugs item #449009, was opened at 2001-08-07 22:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=449009&group_id=5470

Category: Distutils
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Bill Bumgarner (bbum)
Assigned to: A.M. Kuchling (akuchling)
Summary: distutils spelling error

Initial Comment:
In dist.py, "license" is spelled "licence".  This 
carries through to the setup.py;  if you want to 
specify a "license", it must be under the key 
"licence".

Also, the description mappings are kind of weird:

setup.py => PKG-INFO
-------------------------------
description => summary
long_description => description



----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2001-08-10 12:17

Message:
Logged In: YES 
user_id=11375

Fixed in revision 1.48 of dist.py.  

The description mappings are a bit strange, but that's what
the Distutils SIG arrived at.  


----------------------------------------------------------------------

Comment By: Bill Bumgarner (bbum)
Date: 2001-08-07 22:43

Message:
Logged In: YES 
user_id=103811

I just realized the licence/license issue is a duplicate of 
#412271.

Maybe this should be retooled as a "make distutils 
meta info keys consistent"?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=449009&group_id=5470