Changeset 137:f7489252b322 for setup.py


Ignore:
Timestamp:
05/01/12 04:40:43 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added the sound files to the distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r37 r137  
    1212import mlx.update
    1313
    14 data_files = []
     14data_files = [("sounds", glob(os.path.join("sounds", "*.*")))]
    1515if os.name=="nt":
    1616    import py2exe
Note: See TracChangeset for help on using the changeset viewer.