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