8cc5633
1
2
3
4
5
6
7
8
from setuptools import find_packages, setup setup( name="energy_prediction", version="0.1", packages=find_packages(), )