Closed maiksprenger closed 10 years ago
I think the panel supports Python 3, correct? I couldn't find it in your README, but think we talked about it.
I suggest you specify it in your setup.py via trove classifiers; e.g. as done in https://github.com/tangentlabs/django-oscar/blob/master/setup.py#L74. Then it will show up on PyPi and those Python 3 leader board things.
setup.py
Thanks :) I've added some classifiers and will push them when I fix another issue.
Woop, thanks!
I think the panel supports Python 3, correct? I couldn't find it in your README, but think we talked about it.
I suggest you specify it in your
setup.py
via trove classifiers; e.g. as done in https://github.com/tangentlabs/django-oscar/blob/master/setup.py#L74. Then it will show up on PyPi and those Python 3 leader board things.