-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
description-content-type metadata field is not documented #1236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@cmcginty, http://setuptools.readthedocs.io/en/latest/setuptools.html#metadata - inside this doc info about type of this variable what is this, you can find here: |
Thanks for the links. Setup tools has a IMO I think the PyPA distinction between |
Yes. Please send a PR.
Mainly for historical reasons. It probably evolved this way, refining the purpose as the use-cases were clarified. And while the naming in the metadata has evolved more rapidly, the API for Setuptools has evolved less so.
Perhaps, and especially if you wish to develop a PR to help transition the project from the current naming to a new one. The trick becomes doing that without breaking every build. There's probably a 2 year transition period where both names would need to be supported. If you have the patience for an effort like that, or have other ideas on how this change could be made with less trouble, then by all means, let's do it! |
A contributor added info in pypa/packaging.python.org#457 to https://packaging.python.org/tutorials/distributing-packages/ that may be helpful here. |
I will be working on it with Gene. |
Hi I'm Gene this is my first github project |
Was this fixed in 6b65f6b? |
That links to #1075. |
Closed in #1539 |
Uh oh!
There was an error while loading. Please reload this page.
I can't find any docs that explicitly state what the kwarg value for "description-content-type" is supposed to be. If I find it i'll close the ticket.
==========
long_description_content_type
I guess this is the value, but where are the docs for this?
setuptools/setuptools/dist.py
Line 63 in f012485
The text was updated successfully, but these errors were encountered: