diff options
| author | Spencer McIntyre <zeroSteiner@gmail.com> | 2016-06-17 08:09:47 -0400 |
|---|---|---|
| committer | Spencer McIntyre <zeroSteiner@gmail.com> | 2016-06-17 08:09:47 -0400 |
| commit | 283388b0ae5097b6c2df8bced81e394d9ae30a7f (patch) | |
| tree | 84d058efe506b8ce2cf9e097da87e2f16a41da41 | |
| parent | 3c738e5a35371b589d32adc43d299758788f4304 (diff) | |
| download | pluginbase-283388b0ae5097b6c2df8bced81e394d9ae30a7f.tar.gz | |
Add Python 3.5 to the classifiers list
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', - ], + ] ) |
