from setuptools import find_packages, setup

setup(
    name="dataflux_client_python",
    packages=find_packages(),
)
