[issue19610] setup.py does not allow a tuple for classifiers

Berker Peksag report at bugs.python.org
Mon Mar 23 13:40:51 CET 2015


Berker Peksag added the comment:

Here is a new patch. I didn't touched provides, requires and obsoletes fields since they are not used much in the setuptools era.

Distribution.finalize_options() already converts string types to lists for platforms and keywords fields. I didn't changed that behavior.

----------
Added file: http://bugs.python.org/file38655/issue19610_v3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19610>
_______________________________________


More information about the Python-bugs-list mailing list