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 e51fb28 commit b309631Copy full SHA for b309631
pyproject.toml
@@ -9,9 +9,17 @@ requires-python = ">=3.8"
9
authors = [{name = "Scientific Python Developers"}]
10
readme = "README.md"
11
license = {file = "LICENSE.md"}
12
-classifiers = ["License :: OSI Approved :: BSD License"]
+classifiers = [
13
+ "Development Status :: 4 - Beta",
14
+ "License :: OSI Approved :: BSD License",
15
+ "Programming Language :: Python :: 3",
16
+ "Programming Language :: Python :: 3.8",
17
+ "Programming Language :: Python :: 3.9",
18
+ "Programming Language :: Python :: 3.10",
19
+]
20
dynamic = ["description"]
21
22
+
23
[project.optional-dependencies]
24
test = ["pytest >= 7"]
25
lint = ["pre-commit >= 2.20"]
0 commit comments