File size: 259 Bytes
3ea8af4
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from setuptools import find_packages, setup

setup(
    name = 'Student_grade_prediction',
    version= '0.0.0',
    author= 'Anulunko Chukwuebuka',
    author_email= '[email protected]',
    packages= find_packages(),
    install_requires = []

)