Spaces:
Sleeping
Sleeping
from setuptools import find_packages, setup | |
setup( | |
name = 'Student_grade_prediction', | |
version= '0.0.0', | |
author= 'Anulunko Chukwuebuka', | |
author_email= 'chukwuebukaanulunko@gmail.com', | |
packages= find_packages(), | |
install_requires = [] | |
) |