File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1+ Support Python package metadata version 2.3
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ class PythonPackageContent(Content):
159159 metadata_version = models .TextField ()
160160 summary = models .TextField ()
161161 description = models .TextField ()
162+ description_content_type = models .TextField ()
162163 keywords = models .TextField ()
163164 home_page = models .TextField ()
164165 download_url = models .TextField ()
@@ -171,6 +172,7 @@ class PythonPackageContent(Content):
171172 project_url = models .TextField ()
172173 platform = models .TextField ()
173174 supported_platform = models .TextField ()
175+ dynamic = models .TextField ()
174176 requires_dist = models .JSONField (default = list )
175177 provides_dist = models .JSONField (default = list )
176178 obsoletes_dist = models .JSONField (default = list )
You can’t perform that action at this time.
0 commit comments