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 = [] )