summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace suds.__init__.properties with __version__ and __build__ and fix ↵jortel2009-09-301-2/+2
| | | | client.py, specfile and setup.py to match. The name (properties) was in conflict with the new properties.py module. Fixed various epydocs.
* exclude tests package from find_packages()jortel2008-11-181-1/+1
|
* rename from python-suds back to sudsjortel2008-09-121-1/+1
|
* Update wsdl to override namespace in operation if specified. Fix schema ↵jortel2008-08-191-4/+3
| | | | loading issue - build all schemas before processing imports. Update packaging in preparation of submission to fedor
* License as LGPLjortel2008-08-041-5/+6
|
* updated to 0.1.5jortel2008-02-211-1/+1
|
* Removed requires (python >= 2.5) wasn't workingjortel2007-12-191-5/+1
|
* Fix requirement on lxml.jortel2007-12-191-4/+1
|
* add metadata facility in Property. change DocumentReader and DocumentWriter ↵jortel2007-12-191-1/+2
| | | | | | | | to use the metadata to manage XML namespaces and be Property oriented instead of dict() oriented. Renamed pettyprinter class to PrettyPrinter and move prettyprint() function to Property(). ++VERSION = 0.1.2
* added setup.cfg for missing .pyo problem when building rpms with python 2.4.jortel2007-12-171-1/+18
| | | | update version to 1.1.1.
* add python version requirementjortel2007-12-141-5/+5
|
* fix comma missing after urljortel2007-12-141-1/+1
|
* project startupjortel2007-12-141-0/+22