@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
[project ]
6
6
name = " daidai"
7
7
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 "
9
9
readme = " README.md"
10
10
requires-python = " >=3.10"
11
11
authors = [
@@ -20,11 +20,31 @@ classifiers = [
20
20
" Programming Language :: Python :: 3.13" ,
21
21
" License :: OSI Approved :: MIT License" ,
22
22
" 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" ,
23
31
]
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" }
24
42
25
43
[project .urls ]
26
44
"Homepage" = " https://github.com/antoinejeannot/daidai"
27
45
"Bug Tracker" = " https://github.com/antoinejeannot/daidai/issues"
46
+ "Documentation" = " https://antoinejeannot.github.io/daidai/"
47
+ "Source" = " https://github.com/antoinejeannot/daidai"
28
48
29
49
30
50
[project .optional-dependencies ]
@@ -35,6 +55,7 @@ memory = [
35
55
" pympler>=1.1" ,
36
56
]
37
57
all = [" daidai[files, memory]" ]
58
+
38
59
publish = [
39
60
" build>=1.2.2.post1" ,
40
61
" twine>=6.1.0" ,
@@ -60,7 +81,6 @@ packages = ["daidai"]
60
81
[tool .hatch .build .targets .sdist ]
61
82
include = [
62
83
" daidai" ,
63
- " tests" ,
64
84
" README.md" ,
65
85
" LICENSE" ,
66
86
]
0 commit comments