rename from python-suds back to suds

This commit is contained in:
jortel 2008-09-12 14:05:16 +00:00
parent 69b02c963a
commit ce96146d6d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from setuptools import setup, find_packages
from suds import properties
setup(
name="python-suds",
name="suds",
version=properties['version'],
description="Lightweight SOAP client",
author="Jeff Ortel",