summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2003-01-07 13:07:21 +0000
committerJohan Dahlin <zilch@src.gnome.org>2003-01-07 13:07:21 +0000
commit717914fd814ac64d6896c545a090c2e9e177ee96 (patch)
treece715b1a3497a9dd319fa910f0a5265163172958 /MANIFEST.in
parent82463e623f2fd2785f3230c1b547dde11853d894 (diff)
downloadpygtk-717914fd814ac64d6896c545a090c2e9e177ee96.tar.gz
Added distutils support
2003-01-07 Johan Dahlin <jdahlin@async.com.br> * setup.py, MANIFEST.in: Added distutils support * Makefile.am (EXTRA_DIST): Added setup.py and MANIFEST.in here. * .cvsignore: Add build/dist/MANIFEST here
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..c6005a89
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,10 @@
+exclude atk.c pango.c gtk/gtk.c gtk/gdk.c gtk/libglade.c
+include ChangeLog AUTHORS COPYING MAPPING NEWS README THREADS TODO
+include MANIFEST.in
+include pygobject.h pygobject-private.h
+include *.defs *.override
+include pygtk.py pygtk-2.0.pc.in
+recursive-include gtk *.override *.defs *.h
+recursive-include codegen README.defs *.py pygtk-codegen-2.0.in
+recursive-include examples README *.py *.xpm
+global-exclude */CVS/* .cvsignore