Skip to content

Commit 539ce32

Browse files
committed
start adding to pyproject.toml
1 parent eda03f6 commit 539ce32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ classifiers = [
1010
"Programming Language :: Python :: Implementation :: CPython",
1111
"Programming Language :: Python :: Implementation :: PyPy",
1212
]
13+
description = "A simple graph based simulator of qubits in the clifford set"
1314
dynamic = ["version"]
15+
16+
[project.urls]
17+
Homepage = "https://github.com/itepastra/GraphSim"
18+
Issues = "https://github.com/itepastra/GraphSim/issues"

0 commit comments

Comments
 (0)