Skip to content

Commit 3144a04

Browse files
committed
Change key name to access license from metadata
1 parent 790cbb1 commit 3144a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pulse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
meta = metadata("fenicsx_pulse")
66
__version__ = meta["Version"]
77
__author__ = meta["Author-email"]
8-
__license__ = meta["License"]
8+
__license__ = meta["license-expression"]
99
__email__ = meta["Author-email"]
1010
__program_name__ = meta["Name"]
1111

0 commit comments

Comments
 (0)