From ee429544a36806e8bd2ccb7a8ac14c40b36505a3 2017-10-20 13:58:19 From: Thomas Kluyver Date: 2017-10-20 13:58:19 Subject: [PATCH] Merge pull request #10858 from hugovk/patch-2 Update version classifiers --- diff --git a/IPython/core/release.py b/IPython/core/release.py index 50e0207..cb70d77 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -114,5 +114,6 @@ classifiers = [ 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', 'Topic :: System :: Shells' ]