File: MANIFEST.in

package info (click to toggle)
python-scikit-cuda 0.5.3-1
  • links: PTS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 1,516 kB
  • sloc: python: 18,940; ansic: 459; makefile: 95; sh: 9
file content (13 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
include AUTHORS CHANGES INSTALL LICENSE README.rst tox.ini
recursive-include skcuda *.py
recursive-include skcuda *.h
recursive-include demos *.py
recursive-include tests *.py

include docs/source/*.rst
include docs/Makefile
include docs/source/conf.py
include docs/source/_static/*
include docs/source/_templates/*.html

exclude MANIFEST.in