bcoe / secure-smtpd

Fork of Python's standard SMTP server. Adding support for various extensions to the protocol.
ISC License
128 stars 42 forks source link

MANIFEST.in with trailing forward slash #19

Closed hjbolide closed 9 years ago

hjbolide commented 9 years ago

Hey bcoe,

Just came across an issue when installing secure-smtpd, my python version is 2.7.2 in Windows, and my Lib\distutil\util.py was complaining about 'path examples/ cannot end with /', the path came from MANIFEST.in, then the install failed.

Same applies to examples/benchmarking/

Cheers, hjbolide

bcoe commented 9 years ago

Do things work for you if you remove the trailing /, mind submitting a patch?

hjbolide commented 9 years ago

Yes removing the trailing / worked like a charm, will do a pull request and submit for review.

Cheers

hjbolide commented 9 years ago

Thank you for the amazing work.

closing this ticket, for #20 will fix it.