Skip to content

Commit 6986312

Browse files
committed
chore: updated pyproject.toml with classifier
1 parent e1a9fe0 commit 6986312

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "superstac"
3-
version = "0.1.0"
3+
version = "0.1.0a2"
44
description = "High-availability satellite imagery retrieval across multiple STAC catalogs."
55
readme = "README.md"
66
requires-python = ">=3.9"
@@ -9,6 +9,19 @@ dependencies = [
99
]
1010
license = { text = "MIT" }
1111
authors = [{ 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]
1326
dev-dependencies = [
1427
"ruff",

0 commit comments

Comments
 (0)