Skip to content

Commit

Permalink
Added installer.cfg for generating windows installer
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <oleherman93@gmail.com>
  • Loading branch information
olehermanse committed Apr 15, 2018
1 parent 7ef8cf3 commit 8484bcf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions installer.cfg
@@ -0,0 +1,20 @@
[Application]
name=MRPG
version=0.0
entry_point=mrpg:main
# icon=myapp.ico

[Python]
version=3.6.3

[Include]
# Packages from PyPI that your application requires, one per line
# These must have wheels on PyPI:
pypi_wheels = pyglet==1.2.4

# To bundle packages which don't publish wheels, see the docs on the
# config file.

# Other files and folders that should be installed
files = LICENSE.txt
README.md

0 comments on commit 8484bcf

Please sign in to comment.