File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 32
32
setup_args = {
33
33
'cmdclass' : {'install' : install },
34
34
'name' : 'selenium' ,
35
- 'version' : "2.53.4 " ,
35
+ 'version' : "2.53.5 " ,
36
36
'description' : 'Python bindings for Selenium' ,
37
37
'long_description' : open (join (abspath (dirname (__file__ )), "py" , "README.rst" )).read (),
38
38
'url' : 'https://github.com/SeleniumHQ/selenium/' ,
53
53
'package_dir' : {
54
54
'selenium' : 'py/selenium' ,
55
55
'selenium.common' : 'py/selenium/common' ,
56
- 'selenium.test' : 'py/test' ,
57
- 'selenium.test.selenium' : 'py/test/selenium' ,
58
56
'selenium.webdriver' : 'py/selenium/webdriver' ,
59
57
},
60
58
'packages' : ['selenium' ,
61
59
'selenium.common' ,
62
- 'selenium.test' ,
63
- 'selenium.test.selenium' ,
64
- 'selenium.test.selenium.common' ,
65
- 'selenium.test.selenium.webdriver' ,
66
- 'selenium.test.selenium.webdriver.common' ,
67
- 'selenium.test.selenium.webdriver.ie' ,
68
- 'selenium.test.selenium.webdriver.support' ,
69
60
'selenium.webdriver' ,
70
61
'selenium.webdriver.android' ,
71
62
'selenium.webdriver.chrome' ,
You can’t perform that action at this time.
0 commit comments