forked from pywinauto/pywinauto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
63 lines (55 loc) · 1.52 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<<<<<<< HEAD
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\*
=======
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