File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -30,28 +30,8 @@ repository = "https://github.com/xarray-contrib/cf-xarray.git"
30
30
changelog = " https://cf-xarray.readthedocs.io/en/latest/whats-new.html"
31
31
32
32
[build-system ]
33
- requires = [
34
- # xarray is need for dynamic version string
35
- " xarray>=2023.09.0" ,
36
- " setuptools>=45" ,
37
- " setuptools_scm[toml]>=6.2" ,
38
- ]
39
- build-backend = " setuptools.build_meta"
40
-
41
- [tool .setuptools ]
42
- packages = [" cf_xarray" , " cf_xarray.scripts" ]
43
-
44
- [tool .setuptools .exclude-package-data ]
45
- cf_xarray = [" tests/*" ]
46
-
47
- [tool .setuptools .dynamic ]
48
- version = {attr = " cf_xarray.__version__" }
49
-
50
- [tool .setuptools_scm ]
51
- fallback_version = " 999"
52
- write_to = " cf_xarray/_version.py"
53
- write_to_template = ' __version__ = "{version}"'
54
- tag_regex = " ^(?P<prefix>v)?(?P<version>[^\\ +]+)(?P<suffix>.*)?$"
33
+ requires = [" uv_build>=0.8.15,<0.9.0" ]
34
+ build-backend = " uv_build"
55
35
56
36
[tool .ruff ]
57
37
target-version = " py311"
You can’t perform that action at this time.
0 commit comments