Skip to content

Commit 3fdda5e

Browse files
author
Kurt Yoder
authored
Merge pull request #65 from einarf/classifiers
Missing py2 py3 classifiers
2 parents 2656a8b + 0b9e3b1 commit 3fdda5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
'Operating System :: POSIX :: Linux',
2323
'Natural Language :: English',
2424
'Programming Language :: Python',
25+
'Programming Language :: Python :: 2',
26+
'Programming Language :: Python :: 3',
2527
'Topic :: Multimedia :: Graphics :: 3D Rendering',
2628
'Topic :: Software Development :: Libraries :: Python Modules',
2729
],

0 commit comments

Comments
 (0)