setup.py
branchuse-distutils
changeset 45 69eb5a4678a4
parent 42 146997912efb
child 137 59ffc766abd9
equal deleted inserted replaced
44:533b7e8b5d3b 45:69eb5a4678a4
    25     package_data    = {
    25     package_data    = {
    26         'degal': [ 'templates/*.html', 'static/*' ],
    26         'degal': [ 'templates/*.html', 'static/*' ],
    27     },
    27     },
    28 
    28 
    29     scripts         = [
    29     scripts         = [
    30         'scripts/degal'
    30         'bin/degal',
       
    31         'scripts/fix_duplicate_shorturls.py', 'scripts/migrate_shorturls.py',
       
    32         'cgi-bin/series.py', 'cgi-bin/shorturl.py',
    31     ],
    33     ],
    32 )
    34 )