Skip to content

Commit

Permalink
packaging js with install (executablebooks#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored and phaustin committed Apr 10, 2020
1 parent dfafc17 commit 2befdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
keywords="markdown lexer parser development docutils sphinx",
python_requires=">=3.6",
package_data={"myst_nb": ["_static/mystnb.css"]},
package_data={"myst_nb": ["_static/*"]},
install_requires=[
"myst-parser~=0.8",
"docutils>=0.15",
Expand Down

0 comments on commit 2befdd7

Please sign in to comment.