from setuptools import setup setup( name='pyfm', version='0.0.1', packages=['pyfm'], install_requires=[ 'setproctitle', 'PyGobject', ], )