Closed
Description
There is a 🐔 and 🥚 problem regarding how setup.py works. the version number should be parsed from the text file rather than imported via python mechanism.
File "setup.py", line 26, in <module>
from markdown import __version__, __version_info__
ModuleNotFoundError: No module named 'markdown'