Skip to content

Commit 7b251dc

Browse files
authored
Fix license file format (#48)
1 parent a3a6338 commit 7b251dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ authors = [
4646
maintainers = [
4747
{ name = "Adeel Asghar", email = "adeel.asghar@liu.se" }
4848
]
49-
license = { file = "license.txt" }
49+
license = "LicenseRef-OSMC-PL"
5050
requires-python = ">=3.12"
5151
dependencies = [
5252
"six",
@@ -58,6 +58,9 @@ dependencies = [
5858
"pandas"
5959
]
6060

61+
[tool.setuptools]
62+
license-files = ["license.txt"]
63+
6164
# include OMSens and all its subpackages
6265
[tool.setuptools.packages.find]
6366
where = ["src"]

0 commit comments

Comments
 (0)