Skip to content

Commit 69d8b1f

Browse files
authored
Add mathics.pdf to wheel and tarball (#1375)
Adding all of the files and build system is a lot more involved. But we can at least add the pdf.
1 parent 8829514 commit 69d8b1f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include Makefile
77
include requirements-cython.txt
88
include requirements-dev.txt
99
include requirements-full.txt
10+
include mathics/doc/latex/mathics.pdf
1011
recursive-include mathics *.py
1112
recursive-include mathics/autoload *
1213
recursive-include mathics/data *

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ include = ["mathics*"]
106106
"data/*.yaml",
107107
"data/*.yml",
108108
"data/ExampleData/*",
109-
"doc/tex/data",
110-
"doc/xml/data",
109+
# Documentation stuff that will be removed in 9.0.0 or before
110+
"doc/latex/mathics.pdf",
111+
# End doc stuff
111112
"test/data/*",
112113
]
113114
"mathics.doc" = [

0 commit comments

Comments
 (0)