Changeset 1511


Ignore:
Timestamp:
02/18/09 16:21:33 (15 years ago)
Author:
Malte Marquarding
Message:

added ipy_user_config.py to makedist target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1501 r1511  
    160160    env = conf.Finish()
    161161
    162 env["version"] = "2.2.x"
     162env["version"] = "2.3.0"
    163163
    164164if env['mode'] == 'release':
     
    220220    env.QInstall("$stagedir", ["bin/install"])
    221221    env.QInstall("$stagedir/asap/data", "share/ipythonrc-asap")
     222    env.QInstall("$stagedir/asap/data", "share/ipy_user_conf.py")
    222223    if rootdir is not None:
    223224        # This creates a directory Using data table... - disabled
Note: See TracChangeset for help on using the changeset viewer.