Skip to content

Commit aa48fe6

Browse files
committedDec 5, 2013
pythong needs files listed in the manifest too :(
1 parent cdf4e9c commit aa48fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ recursive-include py/selenium/common *.py
66
recursive-include py/selenium/webdriver/chrome *.py
77
recursive-include py/selenium/webdriver/opera *.py
88
recursive-include py/selenium/webdriver/phantomjs *.py
9-
recursive-include py/selenium/webdriver/firefox *.py *.xpi
9+
recursive-include py/selenium/webdriver/firefox *.py *.xpi *.json
1010
recursive-include py/selenium/webdriver/firefox/x86 *.so
1111
recursive-include py/selenium/webdriver/firefox/amd64 *.so
1212
recursive-include py/selenium/webdriver/ie *.py

0 commit comments

Comments
 (0)
Please sign in to comment.