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
1 parent
8771b1b
commit 5eef82a
Showing
1 changed file
with
4 additions
and
50 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 |
---|---|---|
@@ -1,63 +1,17 @@ | ||
<<<<<<< HEAD | ||
include Readme.txt | ||
include dev_notes.txt | ||
include HISTORY.TXT | ||
include LICENSE.txt | ||
include TODO.txt | ||
include doc_src\*.txt | ||
include LICENSE | ||
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\*.* | ||
exclude examples\examples_watsup\*.py | ||
|
||
# include all the website folder and make sure that | ||
# the sub version files are not included | ||
include docs\*.* | ||
exclude docs\.svn\* | ||
exclude docs\pywinauto\.svn\* | ||
exclude docs\pywinauto\controls\.svn\* | ||
exclude docs\pywinauto\tests\.svn\* | ||
exclude docs\.doctrees\* | ||
======= | ||
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 docs\*.* | ||
exclude docs\.svn\* | ||
exclude docs\pywinauto\.svn\* | ||
exclude docs\pywinauto\controls\.svn\* | ||
exclude docs\pywinauto\tests\.svn\* | ||
exclude docs\.doctrees\* | ||
>>>>>>> pywinauto64master | ||
exclude pywinauto\docs\.doctrees\* |