On Friday, October 20, 2017, Ronald Oussoren <
ronaldoussoren@mac.com> wrote:
If you search the archive of this mailing list you will notice I asked this exact question about a month or 2 ago (I think). The answer I got was it is used on
PyPI.org, but I don't know how to set it with setuptools (flit will probably add support after PEP 517).
To get back to this: I’m probably doing something wrong, but I haven’t managed yet to make anything show up on
PyPI.org when I use “Project-URL” in metadata.
There’s a pyobjc-core 4.0.1b1 wheel on
PyPI.org that includes two Project-URL lines in its metadata, but that doesn’t add anything to the sidebar. I’ve manually verified that the metadata is present in the wheel file (as I’m using a replacement egg_info command in my setup.py file to generate this part of the metadata).
I’m note sure what you’re trying to say here, but <
https://github.com/pypa/warehouse/pull/878/files> suggests that Project-URL is supported in the
PyPI.org UI (assuming that it is running a version of the software from after merging this pull request). But for some reason this doesn’t work for me, and I don’t know why. Either I’m doing something wrong, or the code receiving wheel files does not yet store project-urls information in the database.