aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
diff options
context:
space:
mode:
authoridle sign <idlesign@yandex.ru>2016-12-04 17:24:05 +0700
committeridle sign <idlesign@yandex.ru>2016-12-04 17:24:05 +0700
commit8998172299cd562c937e83383e9fb666e6209b30 (patch)
tree5ad98a4818b4405ece709e96f6384c722b449797 /setuptools/tests
parent21333fe86db1888dbee134043ea8a2f85b69d439 (diff)
downloadexternal_python_setuptools-8998172299cd562c937e83383e9fb666e6209b30.tar.gz
external_python_setuptools-8998172299cd562c937e83383e9fb666e6209b30.tar.bz2
external_python_setuptools-8998172299cd562c937e83383e9fb666e6209b30.zip
`metadata` aliases update.
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_config.py b/setuptools/tests/test_config.py
index 3fabfb94..08c5bd19 100644
--- a/setuptools/tests/test_config.py
+++ b/setuptools/tests/test_config.py
@@ -92,7 +92,7 @@ class TestMetadata:
tmpdir,
'[metadata]\n'
'author-email = test@test.com\n'
- 'home_page = http://test.test.com/test/\n'
+ 'home-page = http://test.test.com/test/\n'
'summary = Short summary\n'
'platform = a, b\n'
'classifier =\n'