forked from viennacl/pyviennacl-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
29 lines (22 loc) · 922 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
include requirements.txt
include ChangeLog
include configure.py
include Makefile.in
include aksetup_helper.py
include README.rst
recursive-include doc *
prune doc/_build
include examples/*.py
include examples/README
recursive-include external/boost-python-ublas-subset/boost_subset/boost *.h *.hpp *.inl *.ipp *.pl *.txt
recursive-include external/boost-python-ublas-subset/boost_subset/libs *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt
exclude external/boost-python-ublas-subset/boost_subset/pyviennaclboost
recursive-include external/boost_numpy/boost *.h *.hpp *.inl *.ipp *.pl *.txt
recursive-include external/boost_numpy/libs *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt
recursive-include external/viennacl-dev/CL *.h *.hpp
recursive-include external/viennacl-dev/viennacl *.h *.hpp
include pyviennacl/*.py
include src/_viennacl/*.h
include src/_viennacl/*.hpp
include src/_viennacl/*.cpp
include tests/*.py