add python 3.5 classifier to setup.py

Since 5a555076bb 3.5 is listed as
supported python version in the docs
This commit is contained in:
Mathias Fussenegger
2016-02-29 22:19:02 +01:00
parent e4c959944f
commit 09310dae7d

View File

@@ -43,6 +43,7 @@ setup(name='jedi',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
'Topic :: Utilities',