We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc430d commit 275a002Copy full SHA for 275a002
pyproject.toml
@@ -14,7 +14,7 @@ maintainers = [
14
description = "A python package implementing the stretched NMF algorithm."
15
keywords = ['diffpy', 'PDF']
16
readme = "README.rst"
17
-requires-python = ">=3.10"
+requires-python = ">=3.10, <3.13"
18
classifiers = [
19
'Development Status :: 4 - Beta',
20
'Environment :: Console',
@@ -42,6 +42,9 @@ template = "{tag}"
42
dev_template = "{tag}"
43
dirty_template = "{tag}"
44
45
+[project.scripts]
46
+snmf = "diffpy.snmf.stretchednmfapp:main"
47
+
48
[tool.setuptools.packages.find]
49
where = ["src"] # list of folders that contain the packages (["."] by default)
50
include = ["*"] # package names should match these glob patterns (["*"] by default)
0 commit comments