File size: 237 Bytes
b4086c2
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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 = []

)