from setuptools import find_packages, setup setup( name="EngieApi", version="0.1.2", packages=find_packages(), )