File: MANIFEST.in

package info (click to toggle)
python-numpysane 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: python: 4,953; ansic: 655; makefile: 61
file content (12 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# I exclude EVERYTHING, and whitelist all the stuff I want to include. See the
# comment in setup.py
global-exclude *

include setup.py

include numpysane.py
include numpysane_pywrap.py

include README
include test/test-numpysane.py
include pywrap-templates/*.c