aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.61k stars 412 forks source link

Added MANIFEST.in #33

Closed ianlewis closed 12 years ago

ianlewis commented 12 years ago

Added a MANIFEST.in so that COPYING and README.md are included in the source distribution.

aaronsw commented 12 years ago

Does this just work automatically or does setup.py or the README instructions I follow need to be modified to point to the MANIFEST?

ianlewis commented 12 years ago

It should work by just being in the same directory as setup.py

Give it a try by running 'python setup.py sdist' and looking at the contents of the resulting tarball in the dist directory. 2012/01/07 22:59 "aaronsw" < reply@reply.github.com

:

Does this just work automatically or does setup.py or the README instructions I follow need to be modified to point to the MANIFEST?


Reply to this email directly or view it on GitHub: https://github.com/aaronsw/html2text/pull/33#issuecomment-3395841

aaronsw commented 12 years ago

OK, fixed in 3.200.3.