mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Python simple and lightweight SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality. Initially it was inspired by PHP Soap Extension (mimicking its functionality, simplicity and ease of use), with many advanced features added.
11 lines
342 B
Python
11 lines
342 B
Python
--- setup.py.orig 2017-12-03 17:06:13 UTC
|
|
+++ setup.py
|
|
@@ -25,7 +25,7 @@ setup(
|
|
warnings.warn("Exception when converting the README format: %s" % e)
|
|
|
|
setup(
|
|
- name='PySimpleSOAP',
|
|
+ name='pysimplesoap',
|
|
version=__version__,
|
|
description='Python simple and lightweight SOAP Library',
|
|
long_description=long_desc,
|