File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
recursive-include data *
2
2
recursive-include doc *
3
+ recursive-include sympy/logic/benchmarks/input *
3
4
prune doc/_build
4
5
recursive-include examples *.py README
5
6
Original file line number Diff line number Diff line change 57
57
'sympy.functions' ,
58
58
'sympy.functions.combinatorial' ,
59
59
'sympy.functions.elementary' ,
60
+ 'sympy.functions.elementary.benchmarks' ,
60
61
'sympy.functions.special' ,
62
+ 'sympy.functions.special.benchmarks' ,
61
63
'sympy.galgebra' ,
62
64
'sympy.geometry' ,
63
65
'sympy.integrals' ,
@@ -311,7 +313,10 @@ def run(self):
311
313
packages = ['sympy' ] + modules + tests ,
312
314
scripts = ['bin/isympy' ],
313
315
ext_modules = [],
314
- package_data = { 'sympy.utilities.mathml' : ['data/*.xsl' ] },
316
+ package_data = {
317
+ 'sympy.utilities.mathml' : ['data/*.xsl' ],
318
+ 'sympy.logic.benchmarks' : ['input/*.cnf' ],
319
+ },
315
320
data_files = [('share/man/man1' , ['doc/man/isympy.1' ])],
316
321
cmdclass = {'test' : test_sympy ,
317
322
'bench' : run_benchmarks ,
You can’t perform that action at this time.
0 commit comments