-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
38 lines (33 loc) · 1016 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[build-system]
requires = ["setuptools >= 64.0", "setuptools-scm[toml]>=8.0"]
build-backend = "setuptools.build_meta"
[project]
name = "qickdawg"
dynamic = ["version"]
dependencies = [
"numpy",
"matplotlib",
"pyro4",
"serpent",
"tqdm",
"scipy",
"qick==0.2.289"
]
requires-python = ">=3.7"
description = """
Software for full quantum control of nitrogen-vacancy defects and other quantum defects in diamond
through microwave and laser pulsing control.
"""
readme = "README.md"
license = {file = "LICENSE.md"}
keywords = ["quantum control", "nitrogen vacancy", "fpga", "xilinx", "rfsoc", "qubit"]
authors = [
{name = "Andy Mounce", email = "[email protected]"},
{name = "Emmeline Riendeau", email = "[email protected]"}]
[tool.setuptools_scm]
[project.urls]
Documentation = "https://readthedocs.org"
Repository = "https://github.com/sandialabs/qick-dawg.git"
"Bug Tracker" = "https://github.com/sandialabs/qick-dawg/issues"
[tools.setuptools]
packages = ["qickdawg"]