-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (40 loc) · 1.01 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[project]
name = "caches"
description = "Extensible cache templates."
version = "0.4.0"
keywords = ["cache", "fifo", "lifo", "lru"]
[project.optional-dependencies]
all = [
"breathe==4.35.0",
"conan==2.2.2",
"cppclean@git+https://github.com/myint/cppclean.git@811ed459c9f650ad6135e9c73455136af8885716",
"furo==2024.1.29",
"matplotlib==3.8.4",
"miniscons~=0.12.0",
"myst-parser==2.0.0",
"SCons==4.3.0",
"Sphinx==7.2.6",
"sphinxext-opengraph==0.9.1",
"trufflehog3==3.0.7",
"walkmate==1.5.0",
"yq==3.4.3",
]
[project.license]
name = "MIT"
file = "LICENSE.md"
content-type = "text/markdown"
[project.readme]
file = "README.md"
content-type = "text/markdown"
[project.urls]
repository = "https://github.com/JoelLefkowitz/caches"
homepage = "https://joellefkowitz.github.io/caches"
[[project.authors]]
name = "Joel Lefkowitz"
email = "joellefkowitz@hotmail.com"
[tool.metadata]
publisher = "Conan"
languages = ["C++"]
frameworks = []
paradigms = ["Object oriented"]
lifecycle = "Alpha"