from setuptools import setup setup( name='wsme', packages=['wsme'], install_requires=[ 'simplegeneric', 'webob', ], )