X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=setup.py;h=8fbaa7932c227a867f23ca6d396dc22c666a2c9f;hp=53756bbd8f341b4415cba5dbb44cc3de3c547d63;hb=HEAD;hpb=c06ea70e17bd99e03ebe4d6f8a2841c128b004a1 diff --git a/setup.py b/setup.py index 53756bb..8fbaa79 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except ImportError: setup( name="tabakrolletjie", - version="0.0.1", + version="1.0.0", url='http://ctpug.org.za/gitweb/tabakrolletjie', license='BSD', description="An entry for Pyweek 22.", @@ -32,6 +32,11 @@ setup( 'Programming Language :: Python :: 2.7', 'Topic :: Games/Entertainment', ], + # py2exe + windows=[{ + 'script': 'scripts/tabakrolletjie', + 'icon_resources': [(0, "data/images/icons/tabakrolletjie_icon.ico")], + }], options={ 'py2exe': { 'skip_archive': 1,