X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/0c5d1ebdccfa8b99f75145c525b34954fe6ce37c..39bc54feaacca9c0cedbb2778cd72203294bf010:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index ba67515..391955a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,39 @@ -include COPYING -include mLib.pyx defs.pxi utils.pyx -include codec.pyx.in grim.h atom.h array.h atom-base.c array.c Makefile -include lbuf.pyx pkbuf.pyx mapping.pyx -include atom.pyx crc32.pyx report.pyx sym.pyx assoc.pyx unihash.pyx -include sel-base.pyx sel-file.pyx sel-timer.pyx conn.pyx -include bres.pyx selbuf.pyx selpk.pyx sig.pyx ident.pyx -include debian/rules debian/control debian/changelog debian/copyright +### Manifest template for mLib/Python. + +## Generated build machinery. +include COPYING auto-version mdwsetup.py pysetup.mk + +## Basic stuff. +include MANIFEST.in setup.py Makefile mLib.pyx +include defs.pxi grim.h utils.pyx + +## buf +include lbuf.pyx pkbuf.pyx + +## codec +include codec.pyx codec.pyx.in url.pyx + +## hash +include crc32.pyx unihash.pyx + +## sel +include bres.pyx conn.pyx ident.pyx +include sel-base.pyx sel-file.pyx sel-timer.pyx +include selbuf.pyx selpk.pyx sig.pyx + +## struct +include mapping.pyx +include array.h array.c assoc.pyx atom.h atom-base.c atom.pyx sym.pyx + +## sys +include stuff.pyx fdutils.pyx fwatch.pyx mdup.pyx + +## ui +include report.pyx + +## utils +include str.pyx + +## Debian. +include debian/rules debian/control debian/changelog +include debian/copyright debian/compat debian/source/format