MadLittleMods / markdown-icons

Easily display icon fonts in markdown.
Other
13 stars 12 forks source link

Prepare for PyPI #4

Closed blag closed 8 years ago

blag commented 9 years ago

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.

MadLittleMods commented 9 years ago

@blag Why does it need 'six' in install_requires?

blag commented 9 years ago

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.