Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30570
Modified Files:
MANIFEST.in
Log Message:
Add the setup scripts and autoduck to the source dist
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/pywin32/pywin32/MANIFEST.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MANIFEST.in 10 Oct 2004 22:15:16 -0000 1.5
--- MANIFEST.in 11 Oct 2004 06:42:45 -0000 1.6
***************
*** 6,9 ****
--- 6,13 ----
include MANIFEST.in
include pywin32.pth
+ # while we have setup.py and setup_win32all.py, distutils will miss whatever
+ # one was not used!
+ include setup_win32all.py
+ include setup.py
# Core win32 stuff
include win32/src/*.rc
***************
*** 105,106 ****
--- 109,113 ----
include SWIG/swig_lib/python/*.i
include SWIG/swig_lib/python/*.swg
+
+ include AutoDuck/*
+ include AutoDuck/bin/*
|