summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2009-07-29 13:26:56 -0700
committerChris Larson <clarson@kergoth.com>2009-07-29 13:56:53 -0700
commitb33543799373ea57f4b7da07de5369031c3f9e14 (patch)
tree61bed53ac97d64eeabb9f12215cbb6f7406684f3 /MANIFEST.in
parenta632e95610ce94576f7f82341eb73e5ada4807b4 (diff)
downloadbitbake-b33543799373ea57f4b7da07de5369031c3f9e14.tar.gz
Initial switch from distutils to setuptools.
Signed-off-by: Chris Larson <clarson@kergoth.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 000000000..b19737812
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,11 @@
+include COPYING
+include ChangeLog
+include AUTHORS
+include contrib/*
+include contrib/vim/*/*
+include conf/*
+include classes/*
+include doc/*
+include doc/manual/*
+include ez_setup.py
+include HEADER