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

setup(
    name = 'Generative AI Project',
    version= '0.0.0',
    author= 'Yaswanth',
    author_email= 'yashmanic96@gmail.com',
    packages= find_packages(),
    install_requires = []

)