Skip to content

Commit

Permalink
DavidBurns making sure phantomjs client bindings for python is packag…
Browse files Browse the repository at this point in the history
…ed in the egg

r18241
  • Loading branch information
AutomatedTester committed Dec 2, 2012
1 parent 5545b92 commit 571fa42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ recursive-include py/selenium/webdriver/common/html5 *.py
recursive-include py/selenium/common *.py
recursive-include py/selenium/webdriver/chrome *.py
recursive-include py/selenium/webdriver/opera *.py
recursive-include py/selenium/webdriver/phantomjs *.py
recursive-include py/selenium/webdriver/firefox *.py *.xpi
recursive-include py/selenium/webdriver/firefox/x86 *.so
recursive-include py/selenium/webdriver/firefox/amd64 *.so
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def setup_python3():
'selenium.webdriver.firefox',
'selenium.webdriver.ie',
'selenium.webdriver.opera',
'selenium.webdriver.phantomjs',
'selenium.webdriver.remote',
'selenium.webdriver.support', ],
package_data={
Expand Down

0 comments on commit 571fa42

Please sign in to comment.