We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c2315 commit 96d295fCopy full SHA for 96d295f
python/pyproject.toml
@@ -15,13 +15,17 @@ requires-python = ">=3.7"
15
16
classifiers = [
17
"Development Status :: 5 - Production/Stable ",
18
+ "Intended Audience :: Science/Research",
19
+ "Intended Audience :: Developers",
20
"License :: OSI Approved :: BSD License",
21
"Programming Language :: Python :: 3 :: Only",
22
"Programming Language :: Python :: 3.7",
23
"Programming Language :: Python :: 3.8",
24
"Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
+ "Topic :: Software Development :: Libraries",
28
+ "Topic :: Scientific/Engineering",
29
]
30
31
[project.urls]
0 commit comments