@@ -174,7 +174,6 @@ def test_builder_installs_proper_files_for_standard_packages(
174174Name: simple-project
175175Version: 1.2.3
176176Summary: Some description.
177- Home-page: https://python-poetry.org
178177License: MIT
179178Keywords: packaging,dependency,poetry
180179Author: Sébastien Eustace
@@ -185,6 +184,7 @@ def test_builder_installs_proper_files_for_standard_packages(
185184Classifier: Topic :: Software Development :: Build Tools
186185Classifier: Topic :: Software Development :: Libraries :: Python Modules
187186Project-URL: Documentation, https://python-poetry.org/docs
187+ Project-URL: Homepage, https://python-poetry.org
188188Project-URL: Repository, https://github.com/python-poetry/poetry
189189Description-Content-Type: text/x-rst
190190
@@ -342,14 +342,14 @@ def test_builder_generates_proper_metadata_when_multiple_readme_files(
342342Name: my-package
343343Version: 0.1
344344Summary: Some description.
345- Home-page: https://python-poetry.org
346345License: MIT
347346Author: Your Name
348347Author-email: you@example.com
349348Requires-Python: >=2.7,<3.0
350349Classifier: License :: OSI Approved :: MIT License
351350Classifier: Programming Language :: Python :: 2
352351Classifier: Programming Language :: Python :: 2.7
352+ Project-URL: Homepage, https://python-poetry.org
353353Description-Content-Type: text/x-rst
354354
355355Single Python
0 commit comments