Skip to content

Commit bdb414a

Browse files
authored
Update MANIFEST.in (#997)
This updates the inclusion rules in `MANIFEST.in`. With the current configuration, the sdist tarball ends up with basically everything, so we end up without anything to add explicitly, and instead, only have to exclude things via rules `MANIFEST.in`. Note: #985 needs to be applied first.
1 parent 2e076b6 commit bdb414a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

MANIFEST.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
include requirements.txt
2-
include dev-requirements.txt
3-
include CMakeLists.txt
1+
# Thanks to setuptools-scm, the source distribution (sdist) will already include
2+
# all files tracked by git. Here we exclude some that are unsuitable.
43

5-
graft pybind_interface
6-
graft lib
4+
recursive-exclude .github *
5+
recursive-exclude dev_tools/ci *

0 commit comments

Comments
 (0)