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 shimizukawa
Recipients alexis, eric.araujo, shimizukawa, tarek
Date 2012-04-23.16:19:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335197984.07.0.198109730361.issue14651@psf.upfronthosting.co.za>
In-reply-to
Content
`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.
History
Date User Action Args
2012-04-23 16:19:44shimizukawasetrecipients: + shimizukawa, tarek, eric.araujo, alexis
2012-04-23 16:19:44shimizukawasetmessageid: <1335197984.07.0.198109730361.issue14651@psf.upfronthosting.co.za>
2012-04-23 16:19:43shimizukawalinkissue14651 messages
2012-04-23 16:19:43shimizukawacreate