File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# pyproject.toml
2
2
3
3
[build-system ]
4
- requires = [" hatchling" ]
4
+ requires = [" hatchling" , " hatch-vcs " ]
5
5
build-backend = " hatchling.build"
6
6
7
7
[project ]
8
8
name = " attn_gym"
9
- version = " 0.0.1"
10
9
authors = [{
name =
" Driss Guessous" ,
email =
" [email protected] " }]
11
10
description = " Helpful tools and examples for working with flex-attention"
12
11
readme = " README.md"
12
+ dynamic = [" version" ]
13
13
requires-python = " >=3.9"
14
14
classifiers = [
15
15
" Programming Language :: Python :: 3" ,
@@ -41,6 +41,8 @@ viz = [
41
41
]
42
42
43
43
# ---------- TOOL CONFIGURATIONS ------------
44
+ [tool .hatch .version ]
45
+ source = " vcs"
44
46
45
47
# ---------- RUFF ------------
46
48
[tool .ruff ]
@@ -74,6 +76,7 @@ exclude = [
74
76
" node_modules" ,
75
77
" site-packages" ,
76
78
" venv" ,
79
+ " *.ipynb" ,
77
80
]
78
81
79
82
[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments