]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix sdist to always include setup.cfg (#11092), to comply with the spec
authorÉric Araujo <merwok@netwok.org>
Mon, 6 Jun 2011 19:55:43 +0000 (21:55 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 6 Jun 2011 19:55:43 +0000 (21:55 +0200)
commit7373fccd50516909574fc67bb92a899963e96ed9
treeed0820b1cf1e2d1dca93fc3ea3ca2daa7e1911a8
parent078368fe4d9955890bf317481483b56752fb4ad2
Fix sdist to always include setup.cfg (#11092), to comply with the spec
Lib/packaging/command/sdist.py
Lib/packaging/tests/test_command_sdist.py
Lib/packaging/tests/test_create.py