renamed main file

This commit is contained in:
superdimensional 2021-05-05 03:45:44 -04:00
parent a06d9e48ef
commit 14afedd91d
3 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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