Skip to content

Commit e0a4e77

Browse files
Meta: Update MANIFEST.in
1 parent 961a09b commit e0a4e77

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
graft src
2-
include tests/*.py
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 docs # Should the docs be included?
6+
prune etc
7+
exclude src/CPPLINT.cfg
8+
exclude .clang-format
9+
exclude .gitignore
10+
exclude .mailmap
11+
exclude CONTRIBUTING.rst
12+
exclude dev-environment.yml
13+
exclude Makefile
14+
exclude release.toml
15+
exclude requirements.txt
16+
17+
# ... and add desired untracked ones
18+
include src/libsemigroups_pybind11/_version.py

0 commit comments

Comments
 (0)