Skip to content

Commit 96d295f

Browse files
committed
Add classifiers
1 parent d0c2315 commit 96d295f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ requires-python = ">=3.7"
1515

1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable ",
18+
"Intended Audience :: Science/Research",
19+
"Intended Audience :: Developers",
1820
"License :: OSI Approved :: BSD License",
1921
"Programming Language :: Python :: 3 :: Only",
2022
"Programming Language :: Python :: 3.7",
2123
"Programming Language :: Python :: 3.8",
2224
"Programming Language :: Python :: 3.9",
2325
"Programming Language :: Python :: 3.10",
2426
"Programming Language :: Python :: 3.11",
27+
"Topic :: Software Development :: Libraries",
28+
"Topic :: Scientific/Engineering",
2529
]
2630

2731
[project.urls]

0 commit comments

Comments
 (0)