Zomato_chatbot / setup.py
Waniss's picture
Update setup.py
28826dd verified
raw
history blame contribute delete
231 Bytes
from setuptools import find_packages,setup
setup(
name="Generative AI project Chatbot",
version="0.0.0",
author='Waniss',
author_email='wanissladj@gmail.com',
packages= find_packages(),
install_requires=[]
)