pypi metadata: add python 3.4

This commit is contained in:
Thomas Waldmann 2014-08-27 17:57:33 +02:00
parent 9402f450ed
commit 4db5e47cc6

View File

@ -78,6 +78,7 @@ setup(
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: Name Service (DNS)', 'Topic :: Internet :: Name Service (DNS)',
], ],
) )