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 c33989f commit 588118cCopy full SHA for 588118c
MANIFEST.in
@@ -1,7 +1,6 @@
1
# Because we use setuptools-scm, all of the files tracked by git are included in
2
# the sdist by default. We remove the unwanted tracked files ...
3
prune .github
4
-prune build_tools
5
prune etc
6
exclude src/CPPLINT.cfg
7
exclude .clang-format
@@ -14,3 +13,7 @@ exclude requirements.txt
14
13
15
# ... and add desired untracked ones
16
include src/libsemigroups_pybind11/_version.py
+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