File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
authors = [{ name = " xarray Developers" , email = " xarray@googlegroups.com" }]
3
3
classifiers = [
4
4
" Development Status :: 5 - Production/Stable" ,
5
- " License :: OSI Approved :: Apache Software License" ,
6
5
" Operating System :: OS Independent" ,
7
6
" Intended Audience :: Science/Research" ,
8
7
" Programming Language :: Python" ,
@@ -15,7 +14,7 @@ classifiers = [
15
14
]
16
15
description = " N-D labeled arrays and datasets in Python"
17
16
dynamic = [" version" ]
18
- license = { text = " Apache-2.0" }
17
+ license = " Apache-2.0"
19
18
name = " xarray"
20
19
readme = " README.md"
21
20
requires-python = " >=3.10"
@@ -94,8 +93,8 @@ dask = "xarray.namedarray.daskmanager:DaskManager"
94
93
build-backend = " setuptools.build_meta"
95
94
requires = [" setuptools>=42" , " setuptools-scm>=7" ]
96
95
97
- [tool .setuptools ]
98
- packages = [" xarray" ]
96
+ [tool .setuptools . packages . find ]
97
+ include = [" xarray* " ]
99
98
100
99
[tool .setuptools_scm ]
101
100
fallback_version = " 9999"
You can’t perform that action at this time.
0 commit comments