Monto-Solutions / setup.py
ujalaarshad17's picture
Added application files
5ded781
raw
history blame contribute delete
227 Bytes
from setuptools import find_packages, setup
setup (
name = "Customer Support Chatbot",
version = "0.0.0",
author = "TkRupt",
author_email="tkrupt.com",
packages=find_packages(),
install_requires = []
)