zomato_chatbot / setup.py
hellosara's picture
Upload 8 files
925d666 verified
raw
history blame contribute delete
237 Bytes
from setuptools import find_packages , setup
setup(
name='Generative AI Project',
version='0.0.0',
author="Sara",
author_email="latreche.sara93@gmail.com",
packages = find_packages(),
install_requires=[]
)