Skip to content

Commit

Permalink
Added IE dlls
Browse files Browse the repository at this point in the history
r9341
  • Loading branch information
tebeka committed Jul 16, 2010
1 parent d146ac6 commit 8895cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ recursive-include chrome/src/py *.zip
recursive-include chrome/test/py *.py
recursive-include firefox/src/py *.py *.xpi
recursive-include firefox/test/py *.py
recursive-include jobbie/src/py *.py
recursive-include jobbie/src/py *.py *.dll
recursive-include jobbie/test/py *.py
recursive-include remote/client/src/py *.py
recursive-include remote/client/test/py *.py
Expand Down
12 changes: 2 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,11 @@ def _copy_ie_dlls():
'selenium.remote_tests',
'selenium.selenium'],
package_data = {
'selenium.firefox':['*.xpi']
'selenium.firefox':['*.xpi'],
'selenium.ie': ['*.dll'],
},
include_package_data=True,
install_requires=['distribute'],
zip_safe=False,

)

# FIXME: Do manually
# == IE ==
# cp jobbie/prebuilt/Win32/Release/InternetExplorerDriver.dll \
# build/lib.<platform>/webdriver/ie
# == Chrome ==
# cp chrome/src/extension build/lib.<platform>/webdriver/chrome
# On win32
# cp chrome/prebuilt/Win32/Release/npchromedriver.dll build/lib/webdriver/chrome

0 comments on commit 8895cdb

Please sign in to comment.