Merge pull request #522 from msabramo/add_python_3.4_classifier

setup.py: Add python3.4 classifier
This commit is contained in:
Dave Halter
2015-01-02 22:38:33 +01:00

View File

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