Skip to content

Commit 9b6b853

Browse files
pekkaklarckaaltat
authored andcommitted
Remove ez_setup.py and references to it in setup.py. (robotframework#647)
Fixes robotframework#646.
1 parent 2d7a0ce commit 9b6b853

File tree

2 files changed

+0
-289
lines changed

2 files changed

+0
-289
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/usr/bin/env python
22

3-
import sys
43
from os.path import join, dirname
54

6-
sys.path.append(join(dirname(__file__), 'src'))
7-
from ez_setup import use_setuptools
8-
use_setuptools()
95
from setuptools import setup
106

117
execfile(join(dirname(__file__), 'src', 'Selenium2Library', 'version.py'))
@@ -37,7 +33,6 @@
3733
'selenium >= 2.32.0',
3834
'robotframework >= 2.6.0'
3935
],
40-
py_modules=['ez_setup'],
4136
package_dir = {'' : 'src'},
4237
packages = ['Selenium2Library','Selenium2Library.keywords','Selenium2Library.locators',
4338
'Selenium2Library.utils'],

src/ez_setup.py

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)