We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b19c5a commit 4e64541Copy full SHA for 4e64541
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include ./README.adoc
2
+include ./adoc_math/d_mathjax_wrapper.js
setup.py
@@ -30,7 +30,7 @@
30
31
data_files = [
32
("", [README]),
33
- (DIR, ["d_mathjax_wrapper.js"]),
+ (DIR, [f"{DIR}/d_mathjax_wrapper.js"]),
34
]
35
36
package_data = dict(DIR=["*.js"], NAME=["*.js"])
0 commit comments