remove ez_setup

This commit is contained in:
Alexey Lavrenuke 2015-02-13 18:31:12 +03:00
parent 2f2d00d1e6
commit f3f2408370

View File

@ -1,13 +1,10 @@
#!/usr/bin/env python
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages
setup(
name='yandextank',
version='1.7.7',
version='1.7.8',
description='a performance measurement tool',
longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool.