distutils deprecates 'license' distribution option

Anton Vredegoor anton at vredegoor.doge.nl
Thu May 15 11:21:42 EDT 2003


Distutils emits a warning for my setup script:

$ python setup.py build
/usr/local/lib/python2.3/distutils/dist.py:213: UserWarning: 'licence'
distribution option is deprecated; use 'license'
  warnings.warn(msg)

Could someone please point me in the direction of documentation about
how to write a setup.py script using 'license'?

Anton




More information about the Python-list mailing list