We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8ef79 commit 76f4465Copy full SHA for 76f4465
pyproject.toml
@@ -45,6 +45,9 @@ template = "{tag}"
45
dev_template = "{tag}"
46
dirty_template = "{tag}"
47
48
+[project.scripts]
49
+srmise = "diffpy.srmise.applications.extract:main"
50
+
51
[tool.setuptools.packages.find]
52
where = ["src"] # list of folders that contain the packages (["."] by default)
53
include = ["*"] # package names should match these glob patterns (["*"] by default)
0 commit comments