Skip to content

Commit cda46f7

Browse files
Create pyproject.toml
1 parent f17dc68 commit cda46f7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pyproject.toml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "Gridsynth-Python-wrapper"
7+
version = "1.0.0"
8+
description = "Use Gridsynth in python"
9+
readme = "README.md"
10+
authors = [{ name = "Mark McGuire", email = "littlemarkmcguire@gmail.com" }]
11+
license = { file = "LICENSE" }
12+
classifiers = [
13+
"License :: OSI Approved :: GPL3",
14+
"Programming Language :: Python",
15+
"Programming Language :: Python :: 3",
16+
]
17+
keywords = ["Quantum", "Synthesis"]
18+
dependencies = [
19+
'tomli; python_version < "3.11"',
20+
]
21+
requires-python = ">=3.9"
22+
23+
[project.urls]
24+
Homepage = "https://github.com/InfamousPlatypus/Gridsynth-Python-wrapper"

0 commit comments

Comments
 (0)