@@ -3,26 +3,26 @@ build-backend = "setuptools.build_meta"
3
3
requires = [" setuptools>=64" , " setuptools_scm>=8" ]
4
4
5
5
[project ]
6
- authors = [{
"name" =
" B-Open" ,
"email" =
" [email protected] " }]
6
+ authors = [{
"name" =
" B-Open" ,
"email" =
" [email protected] " }]
7
7
classifiers = [
8
8
" Development Status :: 4 - Beta" ,
9
9
" Intended Audience :: Science/Research" ,
10
10
" License :: OSI Approved :: Apache Software License" ,
11
11
" Operating System :: OS Independent" ,
12
12
" Programming Language :: Python" ,
13
13
" Programming Language :: Python :: 3" ,
14
- " Programming Language :: Python :: 3.9" ,
15
14
" Programming Language :: Python :: 3.10" ,
16
15
" Programming Language :: Python :: 3.11" ,
17
- " Topic :: Scientific/Engineering"
16
+ " Programming Language :: Python :: 3.12" ,
17
+ " Topic :: Scientific/Engineering" ,
18
18
]
19
19
dependencies = [
20
20
" fsspec" ,
21
21
" numpy" ,
22
22
" pandas" ,
23
23
" rioxarray" ,
24
24
" xarray >= 0.18.0" ,
25
- " xmlschema"
25
+ " xmlschema" ,
26
26
]
27
27
description = " Easily access and explore the SAR data products of the Copernicus Sentinel-1 satellite mission"
28
28
dynamic = [" version" ]
@@ -35,9 +35,9 @@ keywords = [
35
35
" sentinel-1" ,
36
36
" sar" ,
37
37
" synthetic-aperture-radar" ,
38
- " xarray"
38
+ " xarray" ,
39
39
]
40
- license = {file = " LICENSE" }
40
+ license = { file = " LICENSE" }
41
41
name = " xarray-sentinel"
42
42
readme = " README.md"
43
43
requires-python = " >=3.9"
@@ -63,7 +63,7 @@ module = [
63
63
" rasterio" ,
64
64
" shapely" ,
65
65
" shapely.geometry" ,
66
- " shapely.wkt"
66
+ " shapely.wkt" ,
67
67
]
68
68
69
69
[tool .ruff ]
@@ -74,7 +74,7 @@ line-length = 88
74
74
[tool .ruff .lint ]
75
75
ignore = [
76
76
# pydocstyle: Missing Docstrings
77
- " D1"
77
+ " D1" ,
78
78
]
79
79
select = [
80
80
# pyflakes
@@ -85,7 +85,7 @@ select = [
85
85
# isort
86
86
" I" ,
87
87
# pydocstyle
88
- " D"
88
+ " D" ,
89
89
]
90
90
91
91
[tool .ruff .lint .pycodestyle ]
0 commit comments