diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-08-30 14:21:15 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-08-30 14:21:15 (GMT) |
| commit | d15b768ddb68fe82470d26bb2cc36699f4bc0b75 (patch) | |
| tree | 314bac1cdca839976e5de93505d7173add150826 /Lib/packaging/tests/test_command_bdist_dumb.py | |
| parent | a514eb95f30306a11a14f8a3b9cbf229c6af6137 (diff) | |
| parent | b9fe54cccc3798f089489ef1e7f9026a35d16d6b (diff) | |
| download | cpython-d15b768ddb68fe82470d26bb2cc36699f4bc0b75.zip cpython-d15b768ddb68fe82470d26bb2cc36699f4bc0b75.tar.gz cpython-d15b768ddb68fe82470d26bb2cc36699f4bc0b75.tar.bz2 | |
Branch merge
Diffstat (limited to 'Lib/packaging/tests/test_command_bdist_dumb.py')
| -rw-r--r-- | Lib/packaging/tests/test_command_bdist_dumb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/tests/test_command_bdist_dumb.py b/Lib/packaging/tests/test_command_bdist_dumb.py index 25f3276..cc03fa5 100644 --- a/Lib/packaging/tests/test_command_bdist_dumb.py +++ b/Lib/packaging/tests/test_command_bdist_dumb.py @@ -35,7 +35,7 @@ class BuildDumbTestCase(support.TempdirManager, dist = Distribution({'name': 'foo', 'version': '0.1', 'py_modules': ['foo'], - 'url': 'xxx', 'author': 'xxx', + 'home-page': 'xxx', 'author': 'xxx', 'author_email': 'xxx'}) os.chdir(pkg_dir) cmd = bdist_dumb(dist) |
