bcoe / secure-smtpd

Fork of Python's standard SMTP server. Adding support for various extensions to the protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MANIFEST.in with trailing forward slash

hjbolide opened this issue · comments

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

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

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

Cheers

Thank you for the amazing work.

closing this ticket, for #20 will fix it.