From 7a70b5bb80c69dafc345dfd4df577bfb1e983ee9 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Thu, 20 Sep 2007 16:09:20 -0400 Subject: first pass at packaging stuff version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MANIFEST.in (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..d5ed9be --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include settings +include version +recursive-include docs * +recursive-include init-scripts * +recursive-include po *.po +recursive-include po *.pot -- cgit