Skip to content

Commit d6a9740

Browse files
authored
Signal Python 3 Compatibility
I've done a quick review of `django-debug-toolbar-template-profiler` and it appears to support Python 3. It would be handy to signal this in the trove classifiers. Note: I've tried to run the tests but the test setup doesn't appear to be complete, if you have instructions for running the tests I'd be happy to do this. Also I am not familiar with the low level details of this code, so you may know reasons why this is _not_ Python 3 compatible – if so please let me know and I'll look into fixing them.
1 parent 9892a48 commit d6a9740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'Programming Language :: Python',
2828
'Programming Language :: Python :: 2',
2929
'Programming Language :: Python :: 2.7',
30+
'Programming Language :: Python :: 3',
3031
'Topic :: Software Development :: Libraries :: Python Modules',
3132
],
3233
)

0 commit comments

Comments
 (0)