]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport fix for SF bug #796042: sdist ignores scripts argument in setup
authorFred Drake <fdrake@acm.org>
Thu, 1 Apr 2004 03:56:46 +0000 (03:56 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Apr 2004 03:56:46 +0000 (03:56 +0000)
commit40039f2da0febd82cad5cb02ac994bfc38650ec8
treef19cfc0d14c39ec6a6ad0262c1a0740b153fd086
parent0cb90751bbaf7fab15d307b0ea512a88022c5db2
backport fix for SF bug #796042:  sdist ignores scripts argument in setup

The fix adds a get_source_files() method to the build_scripts command
and adds the result to the default manifest list.
Doc/dist/dist.tex
Lib/distutils/command/build_scripts.py
Lib/distutils/command/sdist.py