File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " superstac"
3- version = " 0.1.0 "
3+ version = " 0.1.0a2 "
44description = " High-availability satellite imagery retrieval across multiple STAC catalogs."
55readme = " README.md"
66requires-python = " >=3.9"
@@ -9,6 +9,19 @@ dependencies = [
99]
1010license = { text = " MIT" }
1111authors = [{
name =
" Emmanuel Jolaiya" ,
email =
" [email protected] " }]
12+ classifiers = [
13+ " Development Status :: 3 - Alpha" ,
14+ " Intended Audience :: Developers" ,
15+ " Intended Audience :: Science/Research" ,
16+ " Topic :: Scientific/Engineering :: GIS" ,
17+ " License :: OSI Approved :: MIT License" ,
18+ " Programming Language :: Python :: 3" ,
19+ " Programming Language :: Python :: 3.9" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Operating System :: OS Independent"
24+ ]
1225[tool .uv ]
1326dev-dependencies = [
1427 " ruff" ,
You can’t perform that action at this time.
0 commit comments