We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333e72e commit ebdbe1cCopy full SHA for ebdbe1c
2 files changed
CHANGES
@@ -3,6 +3,7 @@
3
- Add support for tornado async transport via gen.coroutine (#530, Kateryna Burda)
4
- Check if soap:address is defined in the service port instead of raising an
5
exception (#527)
6
+ - Update packaging (stop using find_packages()) (#529)
7
8
9
2.3.0 (2017-08-06)
setup.py
@@ -76,7 +76,7 @@
76
},
77
entry_points={},
78
package_dir={'': 'src'},
79
- packages=find_packages('src'),
+ packages=['zeep'],
80
include_package_data=True,
81
82
license='MIT',
0 commit comments