-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathMANIFEST.in
32 lines (30 loc) · 900 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
24
25
26
27
28
29
30
31
32
exclude .appveyor.yml
exclude .gitattributes
exclude .gitignore
exclude .mailmap
exclude .travis.yml
recursive-exclude autoLayout *
recursive-exclude butterbur *
recursive-exclude compiler Makefile.bootstrap
#recursive-exclude doc *
recursive-exclude ecere Makefile.bootstrap
recursive-exclude EcereSDK *
#recursive-exclude epj2make *
#recursive-exclude ide *
#recursive-exclude documentor *
recursive-exclude installer *
recursive-exclude obj *
recursive-exclude samples *
recursive-exclude share *
include samples/bindings/py/hello3D.py
include samples/bindings/py/helloWorld.py
include samples/bindings/py/helloForm.py
include bindings/py/build_eC.py
include bindings/py/build_ecere.py
include bindings/py/build_EDA.py
include bindings/py/cffi-eC.h
include bindings/py/cffi-ecere.h
include bindings/py/cffi-EDA.h
#include bindings/py/eC.h
#include bindings/py/ecere.h
#include bindings/py/EDA.h