1 parent 50ab7c4 commit d1e8f64Copy full SHA for d1e8f64
2 files changed
news/app-fix.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* No news needed: fix entrypoint.
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
pyproject.toml
@@ -53,7 +53,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
53
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
54
55
[project.scripts]
56
-diffpy-srfit = "diffpy.srfit.app:main"
+diffpy-srfit = "diffpy.srfit.srfit_app:main"
57
58
[tool.setuptools.dynamic]
59
dependencies = {file = ["requirements/pip.txt"]}
0 commit comments