-
Notifications
You must be signed in to change notification settings - Fork 882
Closed
Labels
bugBug report.Bug report.coreRelated to the core parser code.Related to the core parser code.needs-decisionA decision needs to be made regarding request.A decision needs to be made regarding request.
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'
Metadata
Metadata
Assignees
Labels
bugBug report.Bug report.coreRelated to the core parser code.Related to the core parser code.needs-decisionA decision needs to be made regarding request.A decision needs to be made regarding request.