Skip to content

Commit 1f50751

Browse files
committed
Add Mathjax/jax/element/mml to package_data
Closes gh-2780 Closes gh-1108
1 parent cc9ec35 commit 1f50751

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)