#!/usr/bin/env python

from distutils.core import setup
setup(name="soapy",
	  version="0.1",
	  description="SOAP/XML Schema Library for Python",
	  author="Adam Elman",
	  author_email="aelman@users.sourceforge.net",
	  url="http://soapy.sourceforge.net",
	  py_modules=["soap","schema"])


syntax highlighted by Code2HTML, v. 0.9.1