Closed franferrax closed 1 year ago
@franferrax, thanks for reporting this issue. It looks like we need to list all exported packages explicitly here: https://github.com/miyuchina/mistletoe/blob/v1.0.0/setup.py#L11, i.e.:
- packages=['mistletoe'],
+ packages=['mistletoe', 'mistletoe.contrib'],
I will check it out on this weekend probably.
Fixed in 1.0.1 - and the version has just been released. :)
Thanks a lot @pbodnar!
If I'm not misunderstanding #167, the
contrib
sub-package should be shipped as part ofmistletoe
, however it is missing from the PyPI'smistletoe==1.0.0
package, in either mistletoe-1.0.0.tar.gz or mistletoe-1.0.0-py3-none-any.whl.Steps to reproduce
Expected behavior
No errors occur
Actual behavior