We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17dc68 commit cda46f7Copy full SHA for cda46f7
pyproject.toml
@@ -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