Spaces:
Sleeping
Sleeping
from setuptools import find_packages, setup | |
setup( | |
name = 'Medical Chatbot Project', | |
version= '0.0.0', | |
author= 'Tien Tran Minh', | |
author_email= 'tmt31032005@gmail.com', | |
packages= find_packages(), | |
install_requires = [] | |
) |