File: MANIFEST.in

package info (click to toggle)
pyopencl 2016.1%2Bgit20161130-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,220 kB
  • ctags: 3,039
  • sloc: python: 20,232; cpp: 8,002; lisp: 4,361; makefile: 192; ansic: 103; sh: 1
file content (29 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
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
recursive-include pyopencl/cl *.h *.cl

include src/c_wrapper/*.hpp
include src/c_wrapper/*.h
include src/c_wrapper/*.cpp
include src/c_wrapper/mingw-std-threads/mingw.*.h
include src/c_wrapper/mingw-std-threads/README.md
include *.h
include test/*.py
include test/*.h
include examples/*.py
include examples/*.ipynb

include doc/*.rst
include doc/Makefile
include doc/*.py
include doc/conf.py
include doc/_static/*.css
include doc/_templates/*.html

include *.py.in
include configure.py
include Makefile.in
include aksetup_helper.py
include README_SETUP.txt
include README.rst
include LICENSE

recursive-include contrib *.vim *.py README