File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools " , " toml " ]
3
- build-backend = " setuptools.build_meta "
2
+ requires = [" hatchling " , " scikit-build-core " ]
3
+ build-backend = " hatchling.build "
4
4
5
5
[project ]
6
6
name = " pointers.py"
@@ -21,19 +21,10 @@ classifiers = [
21
21
]
22
22
dependencies = [
23
23
" typing_extensions" ,
24
- " varname"
25
24
]
26
- version = " 3 .0.1 "
25
+ version = " 4 .0.0 "
27
26
28
27
[project .urls ]
29
28
Documentation = " https://pointers.zintensity.dev"
30
29
Issues = " https://github.com/ZeroIntensity/pointers.py/issues"
31
30
Source = " https://github.com/ZeroIntensity/pointers.py"
32
-
33
- [tool .ward ]
34
- path = [" tests" ]
35
- capture-output = true
36
- order = " standard"
37
- test-output-style = " test-per-line"
38
- fail-limit = 5
39
- progress-style = [" bar" ]
Original file line number Diff line number Diff line change
1
+ __author__ = "ZeroIntensity"
2
+ __license__ = "MIT"
You can’t perform that action at this time.
0 commit comments