File: MANIFEST.in

package info (click to toggle)
python-iow 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 660 kB
  • sloc: python: 2,306; makefile: 24; sh: 12
file content (18 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include README.md
include LICENSE
include ChangeLog.md
include Makefile
include bp/*.pyx
include bp/*.pxd

graft bp
graft bp/BitArray

global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude *.so
global-exclude *.a
global-exclude *.o
include versioneer.py
include bp/_version.py