Document the proper metadata for Python libraries #3687
Unanswered
NathanDeMaria
asked this question in
General
Replies: 2 comments 1 reply
-
@NathanDeMaria the short answer is https://github.com/python-poetry/poetry/blob/master/poetry/inspection/info.py#L64-L70 Or you could make sure you use poetry to build and upload the package :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a way to get more specific than that? I'm looking for some way to know if
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
In the first FAQ, it's mentioned that, "not all libraries on PyPI have properly declared their metadata". Are there specific pieces of metadata that would help
poetry
avoid needing to download and inspect packages?As a reader of that doc who occasionally puts packages on PyPI, it would be helpful for me to know specifically what I can do to make sure libraries I contribute to have the metadata
poetry
uses properly setBeta Was this translation helpful? Give feedback.
All reactions