Commit 7fcd5f2
committed
Fix #33: Try reading long_description from payload body
Updates the test_arg_mapping case to handle setuptools >= 57,
which writes the long_description field as the payload/body of
PKG-INFO, skipping the previous `Description:` field entirely.
This results in the missing key from the Message object, so the
test then expects to read long_description from the payload.1 parent 72f6af5 commit 7fcd5f2
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
0 commit comments