Skip to content

Commit 5a3d7c6

Browse files
authored
Merge pull request #2788 from takluyver/mathjax-pkg-data
Add Mathjax/jax/element/mml to package_data
2 parents cc9ec35 + 1f50751 commit 5a3d7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setupbase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def find_package_data():
194194
mj('jax', 'input', 'TeX'),
195195
mj('jax', 'output', 'HTML-CSS', 'fonts', 'STIX-Web'),
196196
mj('jax', 'output', 'SVG', 'fonts', 'STIX-Web'),
197+
mj('jax', 'element', 'mml'),
197198
]:
198199
for parent, dirs, files in os.walk(tree):
199200
for f in files:

0 commit comments

Comments
 (0)