from setuptools import setup setup( name="frobar", version="2.0", install_requires=[ "coloredlogs", "notmuch", "i3ipc", "python-mpd2", "psutil", "pulsectl", "pyinotify", ], entry_points={ "console_scripts": [ "frobar = frobar:run", ] }, )