Skip to content

Commit a369fd9

Browse files
Require hatchling>=1.27 to understand the license and license-files expressions in pyproject.toml
Updated hatchling version requirement and added license file reference.
1 parent 896db69 commit a369fd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs"]
2+
requires = ["hatchling>=1.27", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -15,6 +15,7 @@ maintainers = [
1515
{ name = "Scikit-HEP", email = "scikit-hep-admins@googlegroups.com" },
1616
]
1717
license = "BSD-3-Clause"
18+
license-files = ["LICENSE"]
1819
keywords = [
1920
"HEP",
2021
"MC identification codes",

0 commit comments

Comments
 (0)