Skip to content

Commit 6b65f6b

Browse files
committed
Add long_description_content_type to metadata table
1 parent ffc5f66 commit 6b65f6b

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

docs/setuptools.txt

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,27 +2394,28 @@ Metadata
23942394
Aliases given below are supported for compatibility reasons,
23952395
but not advised.
23962396

2397-
================= ================= =====
2398-
Key Aliases Accepted value type
2399-
================= ================= =====
2400-
name str
2401-
version attr:, str
2402-
url home-page str
2403-
download_url download-url str
2404-
author str
2405-
author_email author-email str
2406-
maintainer str
2407-
maintainer_email maintainer-email str
2408-
classifiers classifier file:, list-comma
2409-
license file:, str
2410-
description summary file:, str
2411-
long_description long-description file:, str
2412-
keywords list-comma
2413-
platforms platform list-comma
2414-
provides list-comma
2415-
requires list-comma
2416-
obsoletes list-comma
2417-
================= ================= =====
2397+
============================== ================= =====
2398+
Key Aliases Accepted value type
2399+
============================== ================= =====
2400+
name str
2401+
version attr:, str
2402+
url home-page str
2403+
download_url download-url str
2404+
author str
2405+
author_email author-email str
2406+
maintainer str
2407+
maintainer_email maintainer-email str
2408+
classifiers classifier file:, list-comma
2409+
license file:, str
2410+
description summary file:, str
2411+
long_description long-description file:, str
2412+
long_description_content_type str
2413+
keywords list-comma
2414+
platforms platform list-comma
2415+
provides list-comma
2416+
requires list-comma
2417+
obsoletes list-comma
2418+
============================== ================= =====
24182419

24192420
.. note::
24202421

0 commit comments

Comments
 (0)