summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_bdist_dumb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/packaging/tests/test_command_bdist_dumb.py')
-rw-r--r--Lib/packaging/tests/test_command_bdist_dumb.py2
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)