summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_sdist.py
diff options
context:
space:
mode:
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)
commit591f6e82bd24361b7628bcb47830e18efb354db2 (patch)
tree8a86d8e6c95e507541705900b4831559b46e8d4b /Lib/packaging/tests/test_command_sdist.py
parentff962c5f1f197dacf831431898370b7425cae2a1 (diff)
downloadcpython-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.py1
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