Skip to content

Commit 4ff7eb9

Browse files
committed
Add 'MANIFEST.md' file
1 parent 2d6baf7 commit 4ff7eb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

MANIFEST.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
include README.md
3+
global-include LICENSE*
4+
include CMakeLists.txt
5+
include pyRCSwitch.cpp
6+
include libs/rc-switch-lib/RCSwitch.*
7+
include libs/rc-switch-lib/CMakeLists.txt
8+
include libs/pybind11/CMakeLists.txt
9+
graft libs/pybind11/include
10+
graft libs/pybind11/tools
11+
global-exclude .*

0 commit comments

Comments
 (0)