diff --git a/setup.py b/setup.py index 1cdcf61..7ea67c7 100644 --- a/setup.py +++ b/setup.py @@ -22,4 +22,9 @@ setup( 'pokedex = pokedex.main:setuptools_entry', ], }, + classifiers = [ + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + ], )