We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e27f444 + 335a758 commit 92084b8Copy full SHA for 92084b8
CHANGES.rst
@@ -1,6 +1,8 @@
1
v4.1.0
2
=======
3
4
+* #312: Add support for metadata 2.2 (``Dynamic`` field).
5
+
6
* #315: Add ``SimplePath`` protocol for interface clarity
7
in ``PathDistribution``.
8
importlib_metadata/_adapters.py
@@ -19,6 +19,7 @@ class Message(email.message.Message):
19
'Requires-Dist',
20
'Requires-External',
21
'Supported-Platform',
22
+ 'Dynamic',
23
],
24
)
25
0 commit comments