django_markdown
django_markdown copied to clipboard
Document Python 3 compatibility
trafficstars
It's not clear from the README.md file whether Python 3 is supported or not.
Also, the setup.py file should indicate whether it supports Python 3 like this:
'Programming Language :: Python :: 3',
Thanks!