diff options
| author | idle sign <idlesign@yandex.ru> | 2016-12-04 17:24:05 +0700 |
|---|---|---|
| committer | idle sign <idlesign@yandex.ru> | 2016-12-04 17:24:05 +0700 |
| commit | 8998172299cd562c937e83383e9fb666e6209b30 (patch) | |
| tree | 5ad98a4818b4405ece709e96f6384c722b449797 /setuptools/tests | |
| parent | 21333fe86db1888dbee134043ea8a2f85b69d439 (diff) | |
| download | external_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.py | 2 |
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' |
