We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dc84df + 5d3841b commit f67977dCopy full SHA for f67977d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "diffpy.structure"
7
-dynamic=['version']
+dynamic=['version', 'dependencies']
8
authors = [
9
{ name="Simon J.L. Billinge group", email="[email protected]" },
10
]
@@ -48,6 +48,9 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
48
exclude = ["diffpy.structure.tests*"] # exclude packages matching these glob patterns (empty by default)
49
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
50
51
+[tool.setuptools.dynamic]
52
+dependencies = {file = ["requirements/run.txt"]}
53
+
54
[tool.black]
55
line-length = 115
56
include = '\.pyi?$'
0 commit comments