Zomato_Chatbot / setup.py
Hana444's picture
Upload 8 files
67fa14a verified
Raw
History Blame Contribute Delete
222 Bytes
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=[]
)