wsme/setup.py
2011-09-18 21:37:40 +02:00

8 lines
109 B
Python

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