from setuptools import setup setup(name='demo', install_requires=[ 'WSME', 'WSME-Soap', 'Bottle', 'Pygments', ], package=['demo'])