diff --git a/news/app-fix.rst b/news/app-fix.rst new file mode 100644 index 00000000..4c031029 --- /dev/null +++ b/news/app-fix.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news needed: fix entrypoint. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/pyproject.toml b/pyproject.toml index 9eefbca9..5b6bee4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default) namespaces = false # to disable scanning PEP 420 namespaces (true by default) [project.scripts] -diffpy-srfit = "diffpy.srfit.app:main" +diffpy-srfit = "diffpy.srfit.srfit_app:main" [tool.setuptools.dynamic] dependencies = {file = ["requirements/pip.txt"]}