EAV123's picture
Upload 16 files
3ea8af4 verified
raw
history blame contribute delete
259 Bytes
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 = []
)