suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Remove tools/*.cmd from MANIFEST.in #34

Closed cjmayo closed 4 years ago

cjmayo commented 4 years ago

Saves a warning during install:

reading manifest template 'MANIFEST.in' warning: no files found matching 'tools/*.cmd'

.cmd file was removed in:

1b1ccdd ("port tools/run_all_tests.cmd to Python", 2014-05-29)

phillbaker commented 4 years ago

Thanks!