sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.33k stars 453 forks source link

`sage --package create --pypi`: Fill `distros/` #36356

Open mkoeppe opened 11 months ago

mkoeppe commented 11 months ago

Except for exceptions, the package names of Python packages in distributions follow simple naming schemes.

When creating a new PyPI package using sage --package create --pypi, we should be able to create the files in distros/ as well.

mkoeppe commented 6 months ago

Other relevant tools:

rgommers commented 6 months ago

I need to give PEP 725 another push soon. In case you find gaps in the metadata, I'd be happy to learn/address. Also, grayskull now has initial PEP 725 support which may be relevant: