medicalchatbot / setup.py
smartgreendeer's picture
Upload 20 files
01752fc verified
raw
history blame contribute delete
250 Bytes
from setuptools import find_packages, setup
setup(
name='Medical Chatbot Project',
version='0.0.0',
author='John Muriithi',
author_email='Johnmuriithi7818@gmail.com',
packages=find_packages(),
install_requires=[]
)