mybot / setup.py
cashilaadev's picture
Upload 18 files
93b9d0f verified
raw
history blame contribute delete
288 Bytes
from setuptools import find_packages, setup
setup(
name='Medical chatbot',
version='0.0.0',
description='This is My Medical chatbot',
author='Michael Moses',
author_email='[email protected]',
packages=find_packages(),
install_requires=[]
)