Changeset 7759:550728eeff77


Ignore:
Timestamp:
11/08/07 14:37:41 (6 years ago)
Author:
R. L. Miller <rlmillster@…>
Branch:
default
Parents:
7329:31a18043fb4d (diff), 7758:aff79c4f15e7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

local merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r7309 r7759  
    840840              ['sage/graphs/graph_isom.pyx'] 
    841841              ), \ 
    842                              
     842 
    843843    Extension('sage.graphs.bruhat_sn', 
    844844              ['sage/graphs/bruhat_sn.pyx'] 
     845              ), \ 
     846 
     847    Extension('sage.coding.binary_code', 
     848              ['sage/coding/binary_code.pyx'] 
    845849              ), \ 
    846850 
  • setup.py

    r7757 r7759  
    11811181                     'sage.dsage.misc', 
    11821182                     'sage.dsage.misc.tests', 
    1183                      'sage.dsage.scripts' 
     1183                     'sage.dsage.web', 
     1184                     'sage.dsage.scripts', 
    11841185                     ], 
    11851186       
     
    11881189                 'sage/dsage/scripts/dsage_setup.py' 
    11891190                ], 
     1191 
     1192      data_files = [('dsage/web/static',                        
     1193                     ['sage/dsage/web/static/dsage_web.css', 
     1194                      'sage/dsage/web/static/dsage_web.js', 
     1195                      'sage/dsage/web/static/jquery-latest.js', 
     1196                      'sage/dsage/web/static/jquery.tablesorter.pack.js', 
     1197                      'sage/dsage/web/static/index.html'])], 
    11901198       
    11911199      ext_modules = ext_modules, 
Note: See TracChangeset for help on using the changeset viewer.