wsme/setup.py
2011-09-19 10:24:56 +02:00

8 lines
111 B
Python

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