DEBSOURCES
Skip Quicknav
sources / python-wsme / 0.6-3 / examples / demo / setup.py
123456789
from setuptools import setup setup(name='demo', install_requires=[ 'WSME', 'Bottle', 'Pygments', ], package=['demo'])