Chat_with_Krishna / setup.py
NandanData's picture
Upload 5 files
b4086c2 verified
raw
history blame contribute delete
237 Bytes
from setuptools import find_packages, setup
setup(
name = 'Bhagavadgita Chatbot',
version= '0.0.0',
author= 'Nandan Dutta',
author_email= '[email protected]',
packages= find_packages(),
install_requires = []
)