Skip to content

Commit 6418823

Browse files
committed
exclude unncessary dSFMT files
1 parent d720662 commit 6418823

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
include README.md LICENSE.md
22
graft lib/pybind11/include
33
graft lib/pybind11/tools
4-
graft lib/dSFMT
4+
include lib/dSFMT/*.h
5+
exclude lib/dSFMT/jump/*
56
graft lib/cJSON
67
graft xcsf
78
global-include CMakeLists.txt *.cmake

0 commit comments

Comments
 (0)