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 22authors = [{ name = " xarray Developers" , email = " xarray@googlegroups.com" }]
33classifiers = [
44 " Development Status :: 5 - Production/Stable" ,
5- " License :: OSI Approved :: Apache Software License" ,
65 " Operating System :: OS Independent" ,
76 " Intended Audience :: Science/Research" ,
87 " Programming Language :: Python" ,
@@ -15,7 +14,7 @@ classifiers = [
1514]
1615description = " N-D labeled arrays and datasets in Python"
1716dynamic = [" version" ]
18- license = { text = " Apache-2.0" }
17+ license = " Apache-2.0"
1918name = " xarray"
2019readme = " README.md"
2120requires-python = " >=3.10"
@@ -94,8 +93,8 @@ dask = "xarray.namedarray.daskmanager:DaskManager"
9493build-backend = " setuptools.build_meta"
9594requires = [" setuptools>=42" , " setuptools-scm>=7" ]
9695
97- [tool .setuptools ]
98- packages = [" xarray" ]
96+ [tool .setuptools . packages . find ]
97+ include = [" xarray* " ]
9998
10099[tool .setuptools_scm ]
101100fallback_version = " 9999"
You can’t perform that action at this time.
0 commit comments