Add Python 3.5 classifier

This commit is contained in:
Roman Mogilatov 2015-10-12 18:20:20 +03:00
parent 4237184767
commit 4647bd2945

View File

@ -86,6 +86,7 @@ setup(name='dependency_injector',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',