X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/579d01693c86259110fe7a2c2a6f005f1bdbad5b..HEAD:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index 38ad47f..391955a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,39 @@ -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