@@ -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 ]
2144Homepage = " https://docs.isaacus.com"
0 commit comments