medicure / setup.py
adarsh
updated pypi libs
00a7c9f
raw
history blame contribute delete
No virus
236 Bytes
from setuptools import find_packages, setup
setup(
name = 'Medicure-Chatbot',
version= '0.0.1',
author= 'Adarsh Maurya',
author_email= 'adarsh@onionreads.com',
packages= find_packages(),
install_requires = []
)