We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8829514 commit 69d8b1fCopy full SHA for 69d8b1f
MANIFEST.in
@@ -7,6 +7,7 @@ include Makefile
7
include requirements-cython.txt
8
include requirements-dev.txt
9
include requirements-full.txt
10
+include mathics/doc/latex/mathics.pdf
11
recursive-include mathics *.py
12
recursive-include mathics/autoload *
13
recursive-include mathics/data *
pyproject.toml
@@ -106,8 +106,9 @@ include = ["mathics*"]
106
"data/*.yaml",
107
"data/*.yml",
108
"data/ExampleData/*",
109
- "doc/tex/data",
110
- "doc/xml/data",
+ # Documentation stuff that will be removed in 9.0.0 or before
+ "doc/latex/mathics.pdf",
111
+ # End doc stuff
112
"test/data/*",
113
]
114
"mathics.doc" = [
0 commit comments