aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJulien-zte <zhang.jun3g@zte.com.cn>2015-09-23 21:16:56 +0800
committerjulien zhang <zhang.jun3g@zte.com.cn>2015-09-25 10:11:08 +0000
commit451b48a9c06b72efc6d2e9076cf1d935ea5e4c74 (patch)
treefe59dc3453df5742d073ee98ca2e19bcadcaf69a /setup.py
parent0eae6233fe4fe14f0366d23c90765998a138e256 (diff)
Fix the bug described in YARDSTICK-142
Delete two line codes in setup.py. And add "easy_install -U setuptools" in README.rst. JIRA: YARDSTICK-142 Change-Id: I254589b776a209e3ca9a18e76d910d7f49e2a01a
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 75e589ee3..a6848ec63 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,5 @@
-import ez_setup
from setuptools import setup, find_packages
-ez_setup.use_setuptools()
setup(
name="yardstick",