#!/usr/bin/env python import setuptools if __name__ == "__main__": setuptools.setup( name='statsd', version='4.0.1', )