codeby-hp's picture
Uploading the files
15a08d2 verified
raw
history blame contribute delete
266 Bytes
from setuptools import find_packages, setup
setup(
name="medical_chatbot",
version="0.0.0",
author="Harsh Patel",
author_email="code.by.hp@gmail.com",
packages=find_packages(),
python_requires=">=3.10",
install_requires=[],
)