We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda03f6 commit 539ce32Copy full SHA for 539ce32
pyproject.toml
@@ -10,4 +10,9 @@ classifiers = [
10
"Programming Language :: Python :: Implementation :: CPython",
11
"Programming Language :: Python :: Implementation :: PyPy",
12
]
13
+description = "A simple graph based simulator of qubits in the clifford set"
14
dynamic = ["version"]
15
+
16
+[project.urls]
17
+Homepage = "https://github.com/itepastra/GraphSim"
18
+Issues = "https://github.com/itepastra/GraphSim/issues"
0 commit comments