Differences From Artifact [f5b77e5447]:
- Executable file setup_app.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 1658) [annotate] [blame] [check-ins using]
To Artifact [b03e3576c0]:
- Executable file setup_app.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 1659) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
48 49 50 51 52 53 54 |
[x for x in reglob('applications/admin')],
options={'py2app': {
'argv_emulation': True,
'includes': base_modules,
'packages': contributed_modules,
}},
setup_requires=['py2app'])
| > | 48 49 50 51 52 53 54 55 |
[x for x in reglob('applications/admin')],
options={'py2app': {
'argv_emulation': True,
'includes': base_modules,
'packages': contributed_modules,
}},
setup_requires=['py2app'])
|