mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 13:07:00 +03:00
Add note about upstream submission.
This commit is contained in:
parent
d16b65a5e4
commit
8713823ef0
|
@ -13,8 +13,9 @@ def map_metadata_keys(metadata):
|
||||||
# Convert installed wheel metadata into canonical Core Metadata 2.4 format.
|
# Convert installed wheel metadata into canonical Core Metadata 2.4 format.
|
||||||
# This was a utility method in pyroma 4.3.3; it was removed in 5.0.
|
# This was a utility method in pyroma 4.3.3; it was removed in 5.0.
|
||||||
# This implementation is constructed from the relevant logic from
|
# This implementation is constructed from the relevant logic from
|
||||||
# Pyroma 5.0's `build_metadata()` implementation.
|
# Pyroma 5.0's `build_metadata()` implementation. This has been submitted
|
||||||
|
# upstream to Pyroma as https://github.com/regebro/pyroma/pull/116,
|
||||||
|
# so it may be possible to simplify this test in future.
|
||||||
data = {}
|
data = {}
|
||||||
for key in set(metadata.keys()):
|
for key in set(metadata.keys()):
|
||||||
value = metadata.get_all(key)
|
value = metadata.get_all(key)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user