Skip to content

Commit 1709825

Browse files
authored
Add a script entrypoint named mathics3. (#1551)
I'm always frustrated when starting mathics by uvx. I have to run `uvx --from mathics3 mathics` to start mathics. This commit make user able to execute mathics with uvx directly like `uvx mathics3`.
1 parent ca5aeb1 commit 1709825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ cython = [
8282

8383
[project.scripts]
8484
mathics = "mathics.__main__:main"
85+
mathics3 = "mathics.__main__:main"
8586

8687
[tool.setuptools]
8788
include-package-data = false

0 commit comments

Comments
 (0)