Skip to content

Commit c82dfb3

Browse files
committed
removing trailing slashes from Manifest.in entries (was not working on Windows CI)
1 parent 58bb8b3 commit c82dfb3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

MANIFEST.in

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
exclude examples
2-
graft gitmodules/partmc/src/
3-
graft gitmodules/sundials/src/sunnonlinsol/newton/
4-
graft gitmodules/sundials/src/sunnonlinsol/fixedpoint/
5-
graft gitmodules/sundials/src/nvector/serial/
6-
graft gitmodules/sundials/src/sunlinsol/band/
7-
graft gitmodules/sundials/src/sunlinsol/dense/
8-
graft gitmodules/sundials/src/cvode/
9-
graft gitmodules/sundials/src/sundials/
10-
graft gitmodules/sundials/include/cvode/
11-
graft gitmodules/sundials/include/sundials/
12-
graft gitmodules/sundials/include/sunnonlinsol/
13-
graft gitmodules/sundials/include/sunmatrix/
14-
graft gitmodules/sundials/include/sunlinsol/
15-
graft gitmodules/sundials/include/nvector/
2+
graft gitmodules/partmc/src
3+
graft gitmodules/sundials/src/sunnonlinsol/newton
4+
graft gitmodules/sundials/src/sunnonlinsol/fixedpoint
5+
graft gitmodules/sundials/src/nvector/serial
6+
graft gitmodules/sundials/src/sunlinsol/band
7+
graft gitmodules/sundials/src/sunlinsol/dense
8+
graft gitmodules/sundials/src/cvode
9+
graft gitmodules/sundials/src/sundials
10+
graft gitmodules/sundials/include/cvode
11+
graft gitmodules/sundials/include/sundials
12+
graft gitmodules/sundials/include/sunnonlinsol
13+
graft gitmodules/sundials/include/sunmatrix
14+
graft gitmodules/sundials/include/sunlinsol
15+
graft gitmodules/sundials/include/nvector
1616
include gitmodules/sundials/cmake/SundialsSetupConfig.cmake
1717
include gitmodules/sundials/cmake/SundialsSetupCompilers.cmake
1818
include gitmodules/sundials/cmake/SundialsIndexSize.cmake
@@ -46,9 +46,9 @@ include gitmodules/pybind11/CMakeLists.txt
4646
include gitmodules/pybind11/tools/pybind11Common.cmake
4747
include gitmodules/pybind11/tools/pybind11Tools.cmake
4848
include gitmodules/pybind11/tools/FindPythonLibsNew.cmake
49-
graft gitmodules/pybind11/include/pybind11/
49+
graft gitmodules/pybind11/include/pybind11
5050

51-
graft gitmodules/json/include/nlohmann/
51+
graft gitmodules/json/include/nlohmann
5252
include gitmodules/span/include/tcb/span.hpp
5353
include gitmodules/pybind11_json/include/pybind11_json/pybind11_json.hpp
5454

0 commit comments

Comments
 (0)