Skip to content

Commit 7b43140

Browse files
committed
chore: add classifiers
1 parent 1e4a757 commit 7b43140

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,29 @@ dependencies = [
1616
"pytest>=8.4.2",
1717
"pytest-asyncio>=1.2.0",
1818
]
19+
classifiers = [
20+
"Development Status :: 3 - Alpha",
21+
"Intended Audience :: Developers",
22+
"Intended Audience :: Legal Industry",
23+
"License :: OSI Approved :: MIT License",
24+
"Programming Language :: Python",
25+
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3 :: Only",
27+
"Programming Language :: Python :: 3.9",
28+
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: Implementation :: CPython",
33+
"Operating System :: OS Independent",
34+
"Framework :: AsyncIO",
35+
"Typing :: Typed",
36+
"Natural Language :: English",
37+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
38+
"Topic :: Internet :: WWW/HTTP",
39+
"Topic :: Software Development :: Libraries :: Python Modules",
40+
]
41+
1942

2043
[project.urls]
2144
Homepage = "https://docs.isaacus.com"

0 commit comments

Comments
 (0)