summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-09-27 10:44:25 +0100
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-09-27 10:44:25 +0100
commit552b7b4c997ea44de86f68e79341ecf323b9ead5 (patch)
tree4ff318cb4290cf3f9b97f94467961d2af27e1a31 /MANIFEST.in
parent84be4d92f3f913f04941562ffb4cde5d21a63b37 (diff)
MANIFEST.in: Include added files, stop trying to include the Pyrex version
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 54fa0b2..25ef32c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,14 +1,15 @@
include COPYING
include AUTHORS
include README
+include HACKING.txt
+include API_CHANGES.txt
include setup.py
include NEWS
include ChangeLog
-recursive-include dbus *.py *.c *.h
-include dbus/dbus_bindings.pyx
-include dbus/dbus_glib_bindings.pyx
-include dbus/dbus_bindings.pxd.in
-include dbus/dbus_bindings.pxd
+recursive-include dbus *.py
+include include/dbus_bindings.h
+recursive-include _dbus_bindings *.h *.c
+include _dbus_glib_bindings/module.c
recursive-include test *.py *.sh
recursive-include tools *.sh *.conf