Skip to content

Commit

Permalink
Add dynamic field to Metadata class
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 30, 2024
1 parent 0dceb80 commit fcdfafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flit_core/flit_core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ class Metadata(object):
obsoletes_dist = ()
requires_external = ()
provides_extra = ()
dynamic = ()

metadata_version = "2.3"

Expand Down

0 comments on commit fcdfafd

Please sign in to comment.