We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de0fc8 commit 7056258Copy full SHA for 7056258
pyproject.toml
@@ -24,6 +24,14 @@ keywords = [
24
"Python"
25
]
26
27
+classifiers = [
28
+ "Topic :: Scientific/Engineering :: Physics",
29
+ "Topic :: Education",
30
+ "Intended Audience :: Science/Research",
31
+ "Intended Audience :: Education",
32
+ "Programming Language :: Python :: Implementation :: PyPy"
33
+]
34
+
35
repository = "https://github.com/OpenTerrace/openterrace-python"
36
documentation = "https://openterrace.github.io/openterrace-python/"
37
0 commit comments