We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34942fa commit 9d1bc49Copy full SHA for 9d1bc49
pyproject.toml
@@ -14,6 +14,21 @@ authors = [
14
dependencies=[
15
"numpy",
16
]
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
+]
32
33
[project.urls]
34
Homepage = "https://github.com/eleftherioszisis/multivoro"
0 commit comments