car / setup.py
shirlyn's picture
commit
d9c4991
raw
history blame contribute delete
No virus
240 Bytes
from setuptools import find_packages, setup
setup(
name = 'Career Chatbot',
version= '0.0.0',
author= 'Shirlyn and Earvin',
author_email= 'shirlynngure@gmail.com',
packages= find_packages(),
install_requires = []
)