debian/control: Add Build-Depends for `dh-python'.
[mLib-python] / MANIFEST.in
1 ### Manifest template for mLib/Python.
2
3 ## Generated build machinery.
4 include COPYING auto-version mdwsetup.py pysetup.mk
5
6 ## Basic stuff.
7 include MANIFEST.in setup.py Makefile mLib.pyx
8 include defs.pxi grim.h utils.pyx
9
10 ## buf
11 include lbuf.pyx pkbuf.pyx
12
13 ## codec
14 include codec.pyx codec.pyx.in url.pyx
15
16 ## hash
17 include crc32.pyx unihash.pyx
18
19 ## sel
20 include bres.pyx conn.pyx ident.pyx
21 include sel-base.pyx sel-file.pyx sel-timer.pyx
22 include selbuf.pyx selpk.pyx sig.pyx
23
24 ## struct
25 include mapping.pyx
26 include array.h array.c assoc.pyx atom.h atom-base.c atom.pyx sym.pyx
27
28 ## sys
29 include stuff.pyx fdutils.pyx fwatch.pyx mdup.pyx
30
31 ## ui
32 include report.pyx
33
34 ## utils
35 include str.pyx
36
37 ## Debian.
38 include debian/rules debian/control debian/changelog
39 include debian/copyright debian/compat debian/source/format