Skip to content

Commit dfd4396

Browse files
tasansalAltay Sansal
andauthored
ensure license file gets bundled in build (#671)
Co-authored-by: Altay Sansal <[email protected]>
1 parent b90f57e commit dfd4396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description = "Cloud-native, scalable, and user-friendly multi dimensional energ
55
authors = [{ name = "Altay Sansal", email = "[email protected]" }]
66
requires-python = ">=3.11,<3.14"
77
readme = "README.md"
8-
license = { "text" = "Apache-2.0" }
8+
license = "Apache-2.0"
9+
license-files = ["LICEN[CS]E*"]
910
keywords = ["mdio", "multidimio", "seismic", "wind", "data"]
1011
classifiers = [
1112
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)