This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients Decorater, berker.peksag, dstufft, eric.araujo, lemburg, r.david.murray
Date 2016-12-30.23:06:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483139193.7.0.705591598858.issue29115@psf.upfronthosting.co.za>
In-reply-to
Content
I did some more research: setuptools didn't have this keyword either.

It was added to PyPI at some point and then probably got picked up by some package authors as new "optional" keyword argument for setup():

http://stackoverflow.com/questions/14459828/how-to-set-bug-tracker-url-in-setup-py-script

There isn't anything we can do about this in the Python stdlib and neither can setuptools (except write a filter for it).

It's probably best to let the package authors still using the keyword know that they have to remove the keyword settings from their setup.py.
History
Date User Action Args
2016-12-30 23:06:33lemburgsetrecipients: + lemburg, eric.araujo, r.david.murray, berker.peksag, dstufft, Decorater
2016-12-30 23:06:33lemburgsetmessageid: <1483139193.7.0.705591598858.issue29115@psf.upfronthosting.co.za>
2016-12-30 23:06:33lemburglinkissue29115 messages
2016-12-30 23:06:33lemburgcreate