zomato_chatbot / setup.py
Jasmin16's picture
Upload 8 files
9e82cc8 verified
raw
history blame contribute delete
249 Bytes
from setuptools import find_packages , setup
setup(
name='Generative AI Project chatbot',
version='0.0.0',
author="Jasmin",
author_email="boudiafyasmine89@gmail.com",
packages = find_packages(),
install_requires=[]
)