renamed main file
This commit is contained in:
parent
a06d9e48ef
commit
14afedd91d
3 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ An app made to simulate the omnitrix from the ben 10 TV series.
|
|||
# Misc.
|
||||
|
||||
compile with:
|
||||
pyinstaller --onefile ben10.py --hidden-import='PIL._tkinter_finder'
|
||||
pyinstaller --onefile omnitrix.py --hidden-import='PIL._tkinter_finder'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='omnitrix-app',
|
||||
name='omnitrix',
|
||||
# This is the name of your PyPI-package.
|
||||
version='0.1',
|
||||
# Update the version number for new releases
|
||||
|
|
Loading…
Add table
Reference in a new issue