File size: 222 Bytes
67fa14a
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from setuptools import find_packages, setup
setup(
    name='Generative AI Project',
    version='0.0.0',
    auther="hana",
    auther_email="hana.ziouani@gmail.com",
    packges=find_packages(),
    install_requires=[]
)