studentchatbot / setup.py
aak007's picture
Initial commit for Hugging Face
45b17a5
Raw
History Blame Contribute Delete
231 Bytes
from setuptools import find_packages, setup
setup(
name="medical_chatbot",
version="0.1.0",
author="Boktiar Ahmed Bappy",
author_email="entbappy73@gmail.com",
packages=find_packages(),
install_requires=[]
)