Skip to content

Commit 58daf4a

Browse files
authored
docs: pyrpoject toml classifiers section (#1176)
Signed-off-by: Lawrence Lane <[email protected]>
1 parent 316047b commit 58daf4a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ authors = [
3838
description = "Scalable Data Preprocessing Tool for Training Large Language Models"
3939
readme = "README.md"
4040
requires-python = ">=3.10,<3.13"
41+
classifiers = [
42+
"Development Status :: 5 - Production/Stable",
43+
"Intended Audience :: Developers",
44+
"Intended Audience :: Science/Research",
45+
"License :: OSI Approved :: Apache Software License",
46+
"Programming Language :: Python :: 3",
47+
"Programming Language :: Python :: 3.10",
48+
"Programming Language :: Python :: 3.11",
49+
"Programming Language :: Python :: 3.12",
50+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
51+
"Topic :: Software Development :: Libraries :: Python Modules",
52+
]
4153
dependencies = [
4254
"absl-py>=2.0.0,<3.0.0",
4355
"comment_parser",

0 commit comments

Comments
 (0)