[issue29115] distutils.core.setup does not let people set 'bugtrack_url'.

Decorater report at bugs.python.org
Fri Dec 30 15:19:43 EST 2016


Decorater added the comment:

The problem with setuptools on that is that they export their setup like so which uses the distutils setup by doing:

setup = distutils.core.setup. That is how they are doing it.

----------

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


More information about the Python-bugs-list mailing list