Closed blag closed 8 years ago
@blag Why does it need 'six'
in install_requires
?
Strictly speaking, it doesn't. I was planning on pushing this to PyPI after PR #3 was merged.
In that PR, I use iteritems()
on a dictionary, and I want to be able to support both Python 2 and 3, so I used iteritems()
from six
.
I'm happy to add you as an owner/maintainer on PyPI to the markdown-icons project (its already registered, but it doesn't have any releases yet).
Waiting for comment on this before I push to PyPI, but pushing to test PyPI seemed to work just fine.