Skip to content

Commit 07e5855

Browse files
improve pyproject.toml
1 parent 91e230b commit 07e5855

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

pyproject.toml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "daidai"
77
dynamic = ["version"]
8-
description = " Modern dependency & assets management library for MLOps"
8+
description = "Modern dependency injection and asset management for MLOps workflows with intelligent caching and minimal boilerplate"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
authors = [
@@ -20,11 +20,31 @@ classifiers = [
2020
"Programming Language :: Python :: 3.13",
2121
"License :: OSI Approved :: MIT License",
2222
"Operating System :: OS Independent",
23+
"Development Status :: 4 - Beta",
24+
"Intended Audience :: Developers",
25+
"Intended Audience :: Science/Research",
26+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
27+
"Topic :: Software Development :: Libraries",
28+
"Topic :: Software Development :: Libraries :: Application Frameworks",
29+
"Typing :: Typed",
30+
"Natural Language :: English",
2331
]
32+
keywords = [
33+
"mlops",
34+
"dependency-injection",
35+
"caching",
36+
"machine-learning",
37+
"asset-management",
38+
"functional-programming",
39+
"resource-management"
40+
]
41+
license = {text = "MIT"}
2442

2543
[project.urls]
2644
"Homepage" = "https://github.com/antoinejeannot/daidai"
2745
"Bug Tracker" = "https://github.com/antoinejeannot/daidai/issues"
46+
"Documentation" = "https://antoinejeannot.github.io/daidai/"
47+
"Source" = "https://github.com/antoinejeannot/daidai"
2848

2949

3050
[project.optional-dependencies]
@@ -35,6 +55,7 @@ memory = [
3555
"pympler>=1.1",
3656
]
3757
all = ["daidai[files, memory]"]
58+
3859
publish = [
3960
"build>=1.2.2.post1",
4061
"twine>=6.1.0",
@@ -60,7 +81,6 @@ packages = ["daidai"]
6081
[tool.hatch.build.targets.sdist]
6182
include = [
6283
"daidai",
63-
"tests",
6484
"README.md",
6585
"LICENSE",
6686
]

0 commit comments

Comments
 (0)