setup.py (5 lines of code) (raw):

from setuptools import find_packages, setup setup( name="dataflux_client_python", packages=find_packages(), )