mirror of
https://github.com/sprockets/sprockets.clients.statsd.git
synced 2024-11-14 19:29:30 +00:00
commit
510a921a45
2 changed files with 5 additions and 2 deletions
|
@ -9,4 +9,7 @@ cover-package = sprockets.clients.statsd
|
|||
verbose = 1
|
||||
|
||||
[flake8]
|
||||
exclude = build,dist,doc,env
|
||||
exclude = build,dist,doc,env
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ if sys.version_info < (3, 0):
|
|||
|
||||
setuptools.setup(
|
||||
name='sprockets.clients.statsd',
|
||||
version='1.0.2',
|
||||
version='1.1.0',
|
||||
description='A minimalistic statsd client used by sprockets.mixins.statsd',
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/sprockets/sprockets.clients.statsd.git',
|
||||
|
|
Loading…
Reference in a new issue