Skip to content

Commit 588118c

Browse files
Meta: Include missing files in manifest
1 parent c33989f commit 588118c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Because we use setuptools-scm, all of the files tracked by git are included in
22
# the sdist by default. We remove the unwanted tracked files ...
33
prune .github
4-
prune build_tools
54
prune etc
65
exclude src/CPPLINT.cfg
76
exclude .clang-format
@@ -14,3 +13,7 @@ exclude requirements.txt
1413

1514
# ... and add desired untracked ones
1615
include src/libsemigroups_pybind11/_version.py
16+
include etc/make-doc.sh
17+
include etc/check-docstring-indentation.py
18+
include etc/replace-strings-in-doc.py $1
19+
include etc/check-params.py $1

0 commit comments

Comments
 (0)