You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't entirely clear from the documentation, but I think you can build a wheel from the sdist using pip wheel *.tar.gz,
so we could just build a wheel and go from there.
Support conversion from sdist files to conda packages.
The python source distribution file format is described here:
https://packaging.python.org/en/latest/specifications/source-distribution-format/
The
PKG-INFO
file in the distribution has metadata in the same format as theMETADATA
file in a wheel (not sure if there are any differences).
Any script entrypoints must be found in the pyproject.toml file.
The text was updated successfully, but these errors were encountered: