Skip to content

Commit

Permalink
Minor update in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Oct 31, 2016
1 parent bc8dfb0 commit 75e416d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
include Readme.txt
include doc_src\*.txt
include docs\*.txt
include LICENSE
include setup.cfg
include setup.py

include pywinauto\controls\*.py
include pywinauto\tests\*.py
include pywinauto\unittests\*.py
include pywinauto\linux\*.py

# include the examples - but not Watsup or .svn directories
include examples\*.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def setup_path(path = ""):

if sys.platform == 'win32':
install_requires = ['six', 'pypiwin32', 'comtypes']
packages = ["pywinauto", "pywinauto.tests", "pywinauto.controls"]
packages = ["pywinauto", "pywinauto.tests", "pywinauto.controls", "pywinauto.linux"]
else:
install_requires = ['six', 'python-xlib']
packages = ["pywinauto", "pywinauto.linux"]
Expand Down

0 comments on commit 75e416d

Please sign in to comment.