Closed lahwaacz closed 3 years ago
Thanks. Fixed now, I think. I had removed a setuptools.find_packages() call but apparently it's still needed. I'd like to take this opportunity to complain about how annoying Python packaging is.
Thanks. I also noticed that running setup.py test
now does not execute any tests anymore (it used to work before pytest). Can you fix it or break it completely if the tests should be run differently?
setup.py install
seems to install only.py
files directly fromsrc/mwparserfromhell
, but skips all subdirectories:Note that all subpackages (nodes, parser, smart_list) were not installed: