Changeset 7759:550728eeff77
- Timestamp:
- 11/08/07 14:37:41 (6 years ago)
- 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. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r7309 r7759 840 840 ['sage/graphs/graph_isom.pyx'] 841 841 ), \ 842 842 843 843 Extension('sage.graphs.bruhat_sn', 844 844 ['sage/graphs/bruhat_sn.pyx'] 845 ), \ 846 847 Extension('sage.coding.binary_code', 848 ['sage/coding/binary_code.pyx'] 845 849 ), \ 846 850 -
setup.py
r7757 r7759 1181 1181 'sage.dsage.misc', 1182 1182 'sage.dsage.misc.tests', 1183 'sage.dsage.scripts' 1183 'sage.dsage.web', 1184 'sage.dsage.scripts', 1184 1185 ], 1185 1186 … … 1188 1189 'sage/dsage/scripts/dsage_setup.py' 1189 1190 ], 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'])], 1190 1198 1191 1199 ext_modules = ext_modules,
Note: See TracChangeset
for help on using the changeset viewer.
