Added to subversion

This commit is contained in:
markm 2006-03-30 09:18:35 +00:00
parent 2ea937f616
commit e73fe4d500
1 changed files with 29 additions and 0 deletions

29
MANIFEST.in Normal file
View File

@ -0,0 +1,29 @@
include Readme.txt
include dev_notes.txt
include HISTORY.TXT
include LICENSE.txt
include TODO.txt
include setup.cfg
include setup.py
include pywinauto
include pywinauto\controls\*.py
include pywinauto\tests\*.py
include pywinauto\unittests\*.py
exclude pywinauto\.svn\*
# include the examples - but not Watsup or .svn directories
include pywinauto\examples\*.pkl
include examples\*.py
include examples\*.txt
exclude examples\.svn\README.txt
exclude examples\examples_watsup\*.*
# include all the website folder and make sure that
# the sub version files are not included
include documentation\*.*
exclude documentation\.svn\*
exclude documentation\pywinauto\.svn\*
exclude documentation\pywinauto\controls\.svn\*
exclude documentation\pywinauto\tests\.svn\*