Skip to content

Commit 7d2cfbd

Browse files
committed
deanonymize pyproject
1 parent c8669ce commit 7d2cfbd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ readme = "README.md"
1010
requires-python = ">=3.9"
1111
dependencies = ["numpy"]
1212
authors = [
13-
{ name = "Anonymized", email = "[email protected]" },
13+
{ name = "Jaron Maene" },
14+
{ name = "Vincent Derkinderen" },
15+
{ name = "Pedro Zuidberg Dos Martires" }
1416
]
1517
classifiers = [
16-
"License :: OSI Approved :: BSD License",
18+
"License :: OSI Approved :: Apache Software License",
1719
]
1820

1921
[project.urls]
20-
Homepage = "https://github.com/anonymized"
22+
Homepage = "https://github.com/ML-KULeuven/klay"
2123

2224

2325
[tool.scikit-build]

0 commit comments

Comments
 (0)