Properly declare Python 3 compatibility.

This commit is contained in:
Vincent Driessen 2014-03-10 15:16:43 -07:00
parent f39949eede
commit dbcba85815
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ setup(
'Operating System :: MacOS',
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet',
'Topic :: Scientific/Engineering',