Skip to content

Commit

Permalink
Added to subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
markm committed Mar 30, 2006
1 parent 2ea937f commit e73fe4d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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\*

0 comments on commit e73fe4d

Please sign in to comment.