File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ py.install_sources(
67
67
' independent_sets.pyx' ,
68
68
' isgci.py' ,
69
69
' isoperimetric_inequalities.pyx' ,
70
- ' is_projective_planar_test.py' ,
71
70
' line_graph.pyx' ,
72
71
' lovasz_theta.py' ,
73
72
' matching.py' ,
@@ -92,6 +91,7 @@ py.install_sources(
92
91
subdir : ' sage/graphs' ,
93
92
)
94
93
94
+
95
95
extension_data = {
96
96
' asteroidal_triples' : files (' asteroidal_triples.pyx' ),
97
97
' centrality' : files (' centrality.pyx' ),
@@ -179,3 +179,4 @@ py.extension_module(
179
179
subdir (' base' )
180
180
subdir (' generators' )
181
181
subdir (' graph_decompositions' )
182
+ subdir (' tests' )
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ py.install_sources(
2
+ ' __init__.py' ,
3
+ ' is_projective_planar_test.py' ,
4
+ subdir : ' sage/graphs/tests' ,
5
+ )
You can’t perform that action at this time.
0 commit comments