-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
61 lines (59 loc) · 1.22 KB
/
setup.cfg
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = rydiqule
version = attr: rydiqule.__version__
description = Rydberg Sensor Interactive Quantum Physics Module
long_description = file: README.md
long_description_content_type = text/markdown
author = ARL and NAWCWD
keywords =
rydberg
atomic-physics
quantum-optics
atomic-sensors
electrometry
license = Apache
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
zip_safe = False
include_package_data = True
package_dir =
=src
packages = find:
python_requires = >= 3.8
install_requires =
arc-alkali-rydberg-calculator>=3.2.8
numpy<2
scipy>=0.19.1
leveldiagram
networkx
psutil
[options.packages.find]
where = src
[options.extras_require]
backends =
numba
numbakit-ode
cyrk<0.10
docs =
Sphinx==5.0.2
sphinx-rtd-theme==1.1.1
nbconvert
pandoc
ipython
tests =
pytest
coverage
pytest-cov
mypy =
mypy
numpy>=1.21
lxml
linter =
ruff