We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a6338 commit 7b251dcCopy full SHA for 7b251dc
1 file changed
pyproject.toml
@@ -46,7 +46,7 @@ authors = [
46
maintainers = [
47
{ name = "Adeel Asghar", email = "adeel.asghar@liu.se" }
48
]
49
-license = { file = "license.txt" }
+license = "LicenseRef-OSMC-PL"
50
requires-python = ">=3.12"
51
dependencies = [
52
"six",
@@ -58,6 +58,9 @@ dependencies = [
58
"pandas"
59
60
61
+[tool.setuptools]
62
+license-files = ["license.txt"]
63
+
64
# include OMSens and all its subpackages
65
[tool.setuptools.packages.find]
66
where = ["src"]
0 commit comments