Skip to content

Commit b309631

Browse files
Add classifiers (#21)
1 parent e51fb28 commit b309631

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,17 @@ requires-python = ">=3.8"
99
authors = [{name = "Scientific Python Developers"}]
1010
readme = "README.md"
1111
license = {file = "LICENSE.md"}
12-
classifiers = ["License :: OSI Approved :: BSD License"]
12+
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+
]
1320
dynamic = ["description"]
1421

22+
1523
[project.optional-dependencies]
1624
test = ["pytest >= 7"]
1725
lint = ["pre-commit >= 2.20"]

0 commit comments

Comments
 (0)