We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8669ce commit 7d2cfbdCopy full SHA for 7d2cfbd
pyproject.toml
@@ -10,14 +10,16 @@ readme = "README.md"
10
requires-python = ">=3.9"
11
dependencies = ["numpy"]
12
authors = [
13
- { name = "Anonymized", email = "[email protected]" },
+ { name = "Jaron Maene" },
14
+ { name = "Vincent Derkinderen" },
15
+ { name = "Pedro Zuidberg Dos Martires" }
16
]
17
classifiers = [
- "License :: OSI Approved :: BSD License",
18
+ "License :: OSI Approved :: Apache Software License",
19
20
21
[project.urls]
-Homepage = "https://github.com/anonymized"
22
+Homepage = "https://github.com/ML-KULeuven/klay"
23
24
25
[tool.scikit-build]
0 commit comments