X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/20bce5e92b01cd928f26b61be78215117039c561..af9d3547f14f63318c7d9c3752de1112062e111d:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index b051d6b..391955a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,39 @@ -include atom.pyx crc32.pyx report.pyx select.pyx sym.pyx unihash.pyx -include codec.pyx.in grim.h atom.h atom-base.c array.c Makefile -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