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