forked from VimPlug/jedi
Merge pull request #699 from mfussenegger/py35
add python 3.5 classifier to setup.py
This commit is contained in:
1
setup.py
1
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user