1
0
forked from VimPlug/jedi

Merge pull request #699 from mfussenegger/py35

add python 3.5 classifier to setup.py
This commit is contained in:
Dave Halter
2016-03-01 00:44:23 +01:00

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',