Merge pull request #244 from netortik/master

bugfix for default Telegraf configs
This commit is contained in:
Alexey Lavrenuke 2016-07-11 14:29:58 +03:00 committed by GitHub
commit 4f2a8e9e91

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='yandextank',
version='1.8.18',
version='1.8.19',
description='a performance measurement tool',
longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool.
@ -56,5 +56,6 @@ analytic tools for the results they produce.
'yandextank.plugins.TipsAndTricks': ['config/*'],
'yandextank.plugins.Pandora': ['config/*'],
'yandextank.plugins.Aggregator': ['config/*'],
'yandextank.plugins.Telegraf': ['config/*'],
},
use_2to3=True, )