Added pyinstaller
This commit is contained in:
parent
f6388366dd
commit
b43f9e7695
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@ __pycache__/
|
|||||||
.vscode/
|
.vscode/
|
||||||
.venv/
|
.venv/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
build/
|
build/
|
||||||
|
dist/
|
4
cli.py
Normal file
4
cli.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
from plotter_dialog.__main__ import main
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
@ -3,4 +3,5 @@ mypy==1.5.1
|
|||||||
ruff==0.0.292
|
ruff==0.0.292
|
||||||
jedi-language-server==0.41.1
|
jedi-language-server==0.41.1
|
||||||
isort==5.12.0
|
isort==5.12.0
|
||||||
pytest==7.4.2
|
pytest==7.4.2
|
||||||
|
pyinstaller==6.1.0
|
Loading…
x
Reference in New Issue
Block a user