Skip to content

Commit a5e7b3d

Browse files
author
Gabrieltaillandier
committed
Fix PyPI packaging metadata
1 parent 7195b7c commit a5e7b3d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ authors = [
55
{ name = "Gabriel Taillandier", email = "gabriel.taillandier@matgenix.com" },
66
{ name = "Matgenix", email = "info@matgenix.com" },
77
]
8-
license = "BSD-3-Clause"
9-
license-files = ["LICENSE"]
8+
license = { file = "LICENSE" }
109
readme = "README.md"
1110
requires-python = ">=3.10"
1211
dynamic = ["version"]
@@ -63,7 +62,7 @@ all = ["ase>=3.23.0", "ovito~=3.11.3", "ipython>=8.0.0"]
6362
"Documentation" = "https://matgenix.github.io/wetting-angle-kit"
6463

6564
[build-system]
66-
requires = ["setuptools>=77", "versioningit ~= 1.0", "wheel"]
65+
requires = ["setuptools==76.0.0", "versioningit ~= 1.0", "wheel"]
6766
build-backend = "setuptools.build_meta"
6867

6968
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)