@@ -4,10 +4,20 @@ version = "1.0.2"
44description = " High-performance NDVI/SAVI/NDRE with ISO 42001 compliance"
55readme = " README.md"
66authors = [
7- { name = " AustralMetrics SpA" , email = " info@australmetrics.com " }
7+ { name = " AustralMetrics SpA" , email = " info@australmetrics.cl " }
88]
99license = { text = " MIT" }
1010requires-python = " >=3.8"
11+ classifiers = [
12+ " Development Status :: 4 - Beta" ,
13+ " Intended Audience :: Developers" ,
14+ " License :: OSI Approved :: MIT License" ,
15+ " Programming Language :: Python :: 3" ,
16+ " Programming Language :: Python :: 3.8" ,
17+ " Programming Language :: Python :: 3.9" ,
18+ " Programming Language :: Python :: 3.10" ,
19+ " Programming Language :: Python :: 3.11" ,
20+ ]
1121
1222dependencies = [
1323 " typer" ,
@@ -18,7 +28,18 @@ dependencies = [
1828 " numpy" ,
1929]
2030
31+ [project .urls ]
32+ Homepage = " https://github.com/australmetrics/pascal-ndvi-block"
33+ Repository = " https://github.com/australmetrics/pascal-ndvi-block.git"
34+ Issues = " https://github.com/australmetrics/pascal-ndvi-block/issues"
35+
2136[build-system ]
2237requires = [" setuptools>=61.0" , " wheel" ]
2338build-backend = " setuptools.build_meta"
2439
40+ [tool .setuptools .packages .find ]
41+ where = [" src" ]
42+
43+ [tool .setuptools .package-dir ]
44+ "" = " src"
45+
0 commit comments