diff options
author | Éric Araujo <merwok@netwok.org> | 2012-02-04 20:43:07 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-02-04 20:43:07 (GMT) |
commit | 591f6e82bd24361b7628bcb47830e18efb354db2 (patch) | |
tree | 8a86d8e6c95e507541705900b4831559b46e8d4b /Lib/packaging/tests/test_command_sdist.py | |
parent | ff962c5f1f197dacf831431898370b7425cae2a1 (diff) | |
download | cpython-591f6e82bd24361b7628bcb47830e18efb354db2.zip cpython-591f6e82bd24361b7628bcb47830e18efb354db2.tar.gz cpython-591f6e82bd24361b7628bcb47830e18efb354db2.tar.bz2 |
Improve one packaging test, remove a setuptoolism in another
Diffstat (limited to 'Lib/packaging/tests/test_command_sdist.py')
-rw-r--r-- | Lib/packaging/tests/test_command_sdist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/packaging/tests/test_command_sdist.py b/Lib/packaging/tests/test_command_sdist.py index 47c455e..d974718 100644 --- a/Lib/packaging/tests/test_command_sdist.py +++ b/Lib/packaging/tests/test_command_sdist.py @@ -73,7 +73,6 @@ class SDistTestCase(support.TempdirManager, 'author_email': 'xxx'} dist = Distribution(metadata) dist.packages = ['somecode'] - dist.include_package_data = True cmd = sdist(dist) cmd.dist_dir = 'dist' return dist, cmd |