MedChatBot / setup.py
tmt3103's picture
first commit
dc235a0
raw
history blame contribute delete
244 Bytes
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 = []
)