Skip to content

Commit

Permalink
packaging js with install (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 3, 2020
1 parent 63835b3 commit b64cc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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 b64cc30

Please sign in to comment.