[New-bugs-announce] [issue14651] `pysetup run [cmd]` can't handle option values in the setup.cfg

Takayuki SHIMIZUKAWA report at bugs.python.org
Mon Apr 23 18:19:44 CEST 2012


New submission from Takayuki SHIMIZUKAWA <shimizukawa at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14651>
_______________________________________


More information about the New-bugs-announce mailing list