forked from pywinauto/pywinauto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
markm
committed
Mar 30, 2006
1 parent
2ea937f
commit e73fe4d
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\* |