-
Notifications
You must be signed in to change notification settings - Fork 3
/
MANIFEST.in
23 lines (23 loc) · 952 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
recursive-include RF24* *
recursive-include cmake *
recursive-include src *.cpp *.typed
recursive-include pybind11 *
recursive-exclude */.github *
recursive-exclude */docs *
recursive-exclude */examples* *
recursive-exclude .github *
recursive-exclude docs *
recursive-exclude examples* *
recursive-exclude */images *
recursive-exclude */tests *
recursive-exclude */build *
recursive-exclude */cmake/toolchains *.cmake
recursive-exclude RF24/utility/AT* *.h *.cpp *.c
recursive-exclude RF24/utility/Teensy *.h
recursive-exclude RF24/utility/Template* *.h
recursive-exclude RF24/utility/rp2 *.h *.cpp *.txt
recursive-exclude RF24*/pyRF24* *
recursive-exclude RF24Network/RPi/pyRF24Network *
global-exclude .clang-format .clang-tidy .git* library.json library.properties Doxyfile keywords.txt Makefile* doxygen-custom.css **.yml **.yaml *.pdf
exclude */*.md */README* RF24/utility/includes.h RF24/configure
include pyproject.toml setup.py CMakeLists.txt