Skip to content

Commit 9d1bc49

Browse files
Add classifiers
1 parent 34942fa commit 9d1bc49

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ authors = [
1414
dependencies=[
1515
"numpy",
1616
]
17+
classifiers = [
18+
"Development Status :: 3 - Alpha",
19+
20+
"Intended Audience :: Developers",
21+
"Intended Audience :: Science/Research",
22+
23+
"Programming Language :: Python :: 3",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
29+
30+
"Topic :: Scientific/Engineering :: Mathematics",
31+
]
1732

1833
[project.urls]
1934
Homepage = "https://github.com/eleftherioszisis/multivoro"

0 commit comments

Comments
 (0)