Skip to content

Commit

Permalink
we are now handling the text files using the manifest - not setup.py …
Browse files Browse the repository at this point in the history
…- so removed from there.
  • Loading branch information
markm committed Jan 17, 2006
1 parent 1511818 commit 30f3345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
author_email='[email protected]',

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

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

#
# data_files=[
# ('.', ['HISTORY.TXT', 'TODO.TXT', 'LICENSE.txt']),
# ],
#
license = "LGPL",
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 30f3345

Please sign in to comment.