File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ prune doc/_build
4
4
recursive-include examples *.py README
5
5
6
6
include sympy/utilities/mathml/data/*.xsl
7
- include sympy/parsing/latex/*.g4
8
- include sympy/parsing/latex/_antlr/*.tokens
9
- include sympy/parsing/latex/_antlr/*.interp
10
- include sympy/parsing/latex/LICENSE.txt
7
+
8
+ recursive-include sympy/parsing/latex *.g4 *.tokens *.interp *.txt
11
9
12
10
include LICENSE
13
11
include TODO
Original file line number Diff line number Diff line change @@ -385,6 +385,8 @@ def run(self):
385
385
package_data = {
386
386
'sympy.utilities.mathml' : ['data/*.xsl' ],
387
387
'sympy.logic.benchmarks' : ['input/*.cnf' ],
388
+ 'sympy.parsing.latex' : ['*.txt' , '*.g4' ],
389
+ 'sympy.parsing.latex._antlr' : ['*.interp' , '*.tokens' ],
388
390
},
389
391
data_files = [('share/man/man1' , ['doc/man/isympy.1' ])],
390
392
cmdclass = {'test' : test_sympy ,
You can’t perform that action at this time.
0 commit comments