-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
62 lines (57 loc) · 1.36 KB
/
pyproject.toml
File metadata and controls
62 lines (57 loc) · 1.36 KB
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
62
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
[project]
name = "pyfm"
version = "0.1.0"
authors = [
{name = "Michael Lynch", email = "michaellynch628@gmail.com"},
]
description = "Nanny, postprocessing, and A2A contraction scripts"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"corrfitter>=8.2",
"Cython>=0.29",
"dict2xml>=1.7",
"gvar>=11.9",
"h5py>=2.10.0",
"lsqfit>=11.8",
"matplotlib>=3.3",
"numpy>=1.20",
"pandas>=1.2",
"PyYAML>=5.4",
"scipy>=1.6",
"sympy>=1.8",
"tables>=3.6",
"toolz>=0.12.0",
"opt_einsum>=3.3",
"pydantic>=2.0",
"pyrsistent>=0.20.0",
]
[project.urls]
Homepage = "https://github.com/Michael628/pyfm"
[tool.setuptools]
packages = [
"pyfm",
"pyfm.a2a",
"pyfm.dataio",
"pyfm.domain",
"pyfm.nanny",
"pyfm.tasks",
"pyfm.tasks.hadrons",
"pyfm.tasks.hadrons.highmode",
"pyfm.utils",
]
# Optional: If you have package data (non-Python files)
# [tool.setuptools.package-data]
# "pyfm" = ["data/*", "templates/*"]
# Optional: If you need to include additional files
# [tool.setuptools.package-dir]
# "" = "src" # If using src layout