New submission from Takayuki SHIMIZUKAWA <shimizuk...@gmail.com>: `pysetup run [cmd]` can't handle option values in the setup.cfg
setup.cfg:: [sdist] formats = gztar dist-dir = _dist run on windows:: C:> pysetup run sdist That command generate `dist/package-version.zip` instead of `_dist/packcage-version.tar.gz`. attached patch will fix it. ---------- assignee: eric.araujo components: Distutils2 files: use-setupcfg-options-r13146.patch keywords: patch messages: 159040 nosy: alexis, eric.araujo, shimizukawa, tarek priority: normal severity: normal status: open title: `pysetup run [cmd]` can't handle option values in the setup.cfg type: behavior versions: Python 2.6, Python 2.7 Added file: http://bugs.python.org/file25316/use-setupcfg-options-r13146.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14651> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com