from setuptools import find_packages, setup setup( name="energy_prediction", version="0.1", packages=find_packages(), )