Skip to content

Commit 3896eda

Browse files
committed
fix: modify project script in pyproject.toml
1 parent 5b2712e commit 3896eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
5858
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5959

6060
[project.scripts]
61-
pyobjcryst = "pyobjcryst.app:main"
61+
pyobjcryst = "pyobjcryst.pyobjcryst_app:main"
6262

6363
[tool.setuptools.dynamic]
6464
dependencies = {file = ["requirements/pip.txt"]}

0 commit comments

Comments
 (0)