Skip to content

Commit db0b76f

Browse files
committed
FIX: Fix missing Python version classifiers
1 parent 1fa9ba6 commit db0b76f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.10"
77
license = "Apache-2.0"
88
authors = [{ name = "Databento", email = "[email protected]" }]
9-
classifiers = [
10-
"Development Status :: 4 - Beta",
11-
"Operating System :: OS Independent",
12-
"Topic :: Software Development :: Libraries",
13-
"Topic :: Software Development :: Libraries :: Python Modules",
14-
"Topic :: Office/Business :: Financial",
15-
"Topic :: Office/Business :: Financial :: Investment",
16-
]
9+
dynamic = [ "classifiers" ]
1710
dependencies = [
1811
"aiohttp>=3.8.3,<4.0.0; python_version < '3.12'",
1912
"aiohttp>=3.9.0,<4.0.0; python_version >= '3.12'",
@@ -39,6 +32,14 @@ packages = [
3932
{ include = "databento" },
4033
{ include = "databento/py.typed" },
4134
]
35+
classifiers = [
36+
"Development Status :: 4 - Beta",
37+
"Operating System :: OS Independent",
38+
"Topic :: Software Development :: Libraries",
39+
"Topic :: Software Development :: Libraries :: Python Modules",
40+
"Topic :: Office/Business :: Financial",
41+
"Topic :: Office/Business :: Financial :: Investment",
42+
]
4243

4344
[tool.poetry.dependencies]
4445
python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)