Skip to content

Commit 2428ffa

Browse files
authored
Add classifiers for PyPI (#144)
1 parent ec0bc70 commit 2428ffa

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ requires-python = ">=3.11"
88
authors = [
99
{ name = "Lightcone Research" }
1010
]
11+
classifiers = [
12+
"Development Status :: 4 - Beta",
13+
"Environment :: Console",
14+
"Intended Audience :: Science/Research",
15+
"License :: OSI Approved :: BSD License",
16+
"Operating System :: OS Independent",
17+
"Programming Language :: Python",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
22+
"Programming Language :: Python :: 3 :: Only",
23+
"Topic :: Scientific/Engineering",
24+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
25+
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
26+
]
1127

1228
dependencies = [
1329
"astra-tools>=0.2.5",

0 commit comments

Comments
 (0)