Problem description
How can I set a Homepage in a pyproject.toml? The guide shows this:
[project.urls]
"Homepage" = "https://github.com/pypa/sampleproject"
"Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
But this is just recognized as a normal URL field by PyPI and not as the homepage as the url argument from the old setup.py.
Problem description
How can I set a Homepage in a pyproject.toml? The guide shows this:
But this is just recognized as a normal URL field by PyPI and not as the homepage as the
urlargument from the old setup.py.