Skip to content

Commit ebdbe1c

Browse files
committed
Update packaging (stop using find_packages()) (#529)
1 parent 333e72e commit ebdbe1c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Add support for tornado async transport via gen.coroutine (#530, Kateryna Burda)
44
- Check if soap:address is defined in the service port instead of raising an
55
exception (#527)
6+
- Update packaging (stop using find_packages()) (#529)
67

78

89
2.3.0 (2017-08-06)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
entry_points={},
7878
package_dir={'': 'src'},
79-
packages=find_packages('src'),
79+
packages=['zeep'],
8080
include_package_data=True,
8181

8282
license='MIT',

0 commit comments

Comments
 (0)