Spaces:
Sleeping
Sleeping
File size: 244 Bytes
dc235a0 |
1 2 3 4 5 6 7 8 9 10 11 |
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 = []
) |