[Application] name=Solo Auswertung version=2.0.0 # How to launch the app - this calls the 'main' function from the 'myapp' package: entry_point=main:main # icon=myapp.ico console=true [Python] version=3.11.3 [Command solo_auswertung] entry_point=main:main console=true [Include] # Packages from PyPI that your application requires, one per line # These must have wheels on PyPI: pypi_wheels = beautifulsoup4==4.12.3 coloredlogs==15.0.1 flask==3.0.2 tabulate==0.9.0 colorama==0.4.6 packages = solo_turnier # To bundle packages which don't publish wheels, or to include directly wheel files # from a directory, see the docs on the config file. # Other files and folders that should be installed # files = LICENSE # data_files/