Added pyinstaller
This commit is contained in:
parent
f6388366dd
commit
b43f9e7695
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ __pycache__/
|
|||||||
.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()
|
@ -4,3 +4,4 @@ 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