mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
remove ez_setup
This commit is contained in:
parent
2f2d00d1e6
commit
f3f2408370
5
setup.py
5
setup.py
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user