Skip to content

Commit 56916f2

Browse files
committed
added the description and the license part according to PEP 621
1 parent 95fdefd commit 56916f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "lenskit-auto"
8+
version = "0.2.0"
9+
description = "LensKit-Auto is built as a wrapper around the Python LensKit recommender-system library. It automates algorithm selection and hyper parameter optimization and can build ensemble models based on the LensKit models."
810
authors = [
9-
## FIXME Set the author name(s)
1011
{name = "Tobias Vente", email = "tobias.vente@uni-siegen.de"},
1112
{name = "Youssef Fayad", email = "youssef.fayad@student.uni-siegen.de"},
1213
{name = "Michael Ekstrand", email = "michaelekstrand@boisestate.edu"}
@@ -18,8 +19,8 @@ classifiers = [
1819
"Operating System :: OS Independent",
1920
]
2021
readme = "README.md"
21-
license = { file = "LICENSE.md" }
22-
dynamic = ['version', 'description']
22+
license = "MIT"
23+
license-files = ["LICENSE.md"]
2324
requires-python = ">=3.12, <3.13"
2425

2526
##Add this project's dependencies
@@ -45,7 +46,6 @@ source = "https://github.com/ISG-Siegen/lenskit-auto"
4546
# Add additional ones as needed.
4647
dev = [
4748
# tooling support
48-
"flit >=3.2",
4949
"conda-lock",
5050
"invoke >=1",
5151
"requests >=2",

0 commit comments

Comments
 (0)