orf / django-debug-toolbar-template-timings

A django-debug-toolbar panel that displays template rendering times for your Django application
https://pypi.python.org/pypi/django-debug-toolbar-template-timings
MIT License
296 stars 28 forks source link

Clarify Python 3 compatibility #21

Closed maiksprenger closed 10 years ago

maiksprenger commented 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.

orf commented 10 years ago

Thanks :) I've added some classifiers and will push them when I fix another issue.

maiksprenger commented 10 years ago

Woop, thanks!