~ubuntu-branches/ubuntu/natty/pygame/natty

« back to all changes in this revision

Viewing changes to examples/macosx/aliens_app_example/setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 17:02:11 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100114170211-21eop2ja7mr9vdcr
Tags: 1.9.1release-0ubuntu1
* New upstream version (lp: #433304)
* debian/control:
  - build-depends on libportmidi-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
setup(
23
23
    data_files=['English.lproj', '../../data'],
24
24
    app=[
25
 
        dict(script="aliens_bootstrap.py", plist=plist),
 
25
        #dict(script="aliens_bootstrap.py", plist=plist),
 
26
        dict(script="aliens.py", plist=plist),
26
27
    ],
27
28
)