Skip to content

Commit

Permalink
Re-organizing subversion and folder structure:
Browse files Browse the repository at this point in the history
* moved dead code out of package folder into sandbox
  • Loading branch information
markm committed Jan 17, 2006
1 parent 8ffe273 commit 9a1d53c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
author='Mark Mc Mahon',
author_email='[email protected]',

packages = ["controls", "tests"],
packages = ["pywinauto", "pywinauto.tests", "pywinauto.controls"],

py_modules=[
'application',
'clipboard',
'controlactions',
'controlproperties',
'findbestmatch',
'findwindows',
'handleprops',
'test_application',
'win32defines',
'win32functions',
'win32structures',
'XMLHelpers',
],
# py_modules=[
# 'application',
# 'clipboard',
# 'controlactions',
# 'controlproperties',
# 'findbestmatch',
# 'findwindows',
# 'handleprops',
# 'test_application',
# 'win32defines',
# 'win32functions',
# 'win32structures',
# 'XMLHelpers',
# ],

data_files=[
('.', ['HISTORY.TXT', 'TODO.TXT', 'LICENSE.txt']),
],
# data_files=[
# ('.', ['HISTORY.TXT', 'TODO.TXT', 'LICENSE.txt']),
# ],

license = "LGPL",
classifiers=[
Expand Down

0 comments on commit 9a1d53c

Please sign in to comment.