blob: 646535dd0e0be1c4c7e51c120e8c099aad4fa47b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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,
|