summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer McIntyre <zeroSteiner@gmail.com>2016-06-17 08:09:47 -0400
committerSpencer McIntyre <zeroSteiner@gmail.com>2016-06-17 08:09:47 -0400
commit283388b0ae5097b6c2df8bced81e394d9ae30a7f (patch)
tree84d058efe506b8ce2cf9e097da87e2f16a41da41
parent3c738e5a35371b589d32adc43d299758788f4304 (diff)
downloadpluginbase-283388b0ae5097b6c2df8bced81e394d9ae30a7f.tar.gz
Add Python 3.5 to the classifiers list
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 47dd093..92d9251 100644
--- a/setup.py
+++ b/setup.py
@@ -21,8 +21,9 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy',
'Environment :: Plugins',
'Intended Audience :: Developers',
- ],
+ ]
)