Remix.run Logo
di 3 days ago

Note that https://peps.python.org/pep-0440/#direct-references says:

> Public index servers SHOULD NOT allow the use of direct references in uploaded distributions. Direct references are intended as a tool for software integrators rather than publishers.

This means that PyPI will not accept your project metadata as you currently have it configured. See https://github.com/pypi/warehouse/issues/7136 for more details.

doctorpangloss 3 days ago | parent [-]

Guess the guy who wrote this article will learn the hard way: The last 20% of packaging is 800% of your time.