comparison setup.py @ 853:f95830b58336

Merge pyntnclick
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:04:35 +0200
parents b616eeab0b82
children 3577c51029f1
comparison
equal deleted inserted replaced
546:ad4d6ffd25d7 853:f95830b58336
22 author_email=version.AUTHOR_EMAIL, 22 author_email=version.AUTHOR_EMAIL,
23 23
24 maintainer=version.MAINTAINER_NAME, 24 maintainer=version.MAINTAINER_NAME,
25 maintainer_email=version.MAINTAINER_EMAIL, 25 maintainer_email=version.MAINTAINER_EMAIL,
26 26
27 # url=version.SOURCEFORGE_URL, 27 # url=version.HOMEPAGE,
28 # download_url=version.PYPI_URL, 28 # download_url=version.PYPI_URL,
29 29
30 license=version.LICENSE, 30 license=version.LICENSE,
31 31
32 classifiers=version.CLASSIFIERS, 32 classifiers=version.CLASSIFIERS,
42 42
43 # py2exe 43 # py2exe
44 console=['scripts/testconsole.py'], 44 console=['scripts/testconsole.py'],
45 windows=[{ 45 windows=[{
46 'script': 'scripts/suspended.py', 46 'script': 'scripts/suspended.py',
47 'icon_resources': [(0, "Resources/icons/suspended_sentence.ico")], 47 'icon_resources': [(0, "data/icons/suspended_sentence.ico")],
48 }], 48 }],
49 app=['run_game.py'], 49 app=['run_game.py'],
50 options={ 50 options={
51 'py2exe': { 51 'py2exe': {
52 'skip_archive': 1, 52 'skip_archive': 1,
54 'packages': [ 54 'packages': [
55 'logging', 'encodings', 'gamelib', 55 'logging', 'encodings', 'gamelib',
56 ], 56 ],
57 'includes': [ 57 'includes': [
58 # pygame 58 # pygame
59 'pygame', 'albow', 59 'pygame',
60 ], 60 ],
61 'excludes': [ 61 'excludes': [
62 'numpy', 62 'numpy',
63 ], 63 ],
64 'ignores': [ 64 'ignores': [
75 'email.Generator', 'email.Iterators', 'email.Utils', 75 'email.Generator', 'email.Iterators', 'email.Utils',
76 ], 76 ],
77 }, 77 },
78 'py2app': { 78 'py2app': {
79 'argv_emulation': 1, 79 'argv_emulation': 1,
80 'iconfile': 'Resources/icons/suspended_sentence.icns', 80 'iconfile': 'data/icons/suspended_sentence.icns',
81 # 'dist_dir': 'dist/suspended-sentence-%s' % version.VERSION_STR, 81 # 'dist_dir': 'dist/suspended-sentence-%s' % version.VERSION_STR,
82 # 'bdist_base': 'build/bdist', 82 # 'bdist_base': 'build/bdist',
83 'packages': [ 83 'packages': [
84 'logging', 'encodings', 'pygame', 'albow', 'gamelib', 84 'logging', 'encodings', 'pygame', 'gamelib',
85 'Resources', 85 'data',
86 ], 86 ],
87 'excludes': ['numpy'], 87 'excludes': ['numpy'],
88 }}, 88 }},
89 data_files=[ 89 data_files=[
90 # 'COPYRIGHT', 90 # 'COPYRIGHT',