-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
48 lines (41 loc) · 985 Bytes
/
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
48
[project]
name = "caches"
description = "Extensible cache templates."
version = "0.4.0"
keywords = ["cache", "fifo", "lifo", "lru"]
[project.optional-dependencies]
all = [
"breathe~=4.35.0",
"bump2version==1.0.1",
"conan~=2.12.0",
"furo~=2024.1.0",
"matplotlib~=3.8.0",
"miniscons~=0.13.0",
"myst-parser~=2.0.0",
"SCons~=4.3.0",
"six~=1.17.0",
"Sphinx~=7.2.0",
"sphinxext-opengraph~=0.9.0",
"trufflehog3~=3.0.0",
"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 = "[email protected]"
[tool.metadata]
publisher = "Conan"
languages = ["C++"]
frameworks = []
paradigms = ["Object oriented"]
lifecycle = "Alpha"