diff --git a/setup.py b/setup.py index f7eade2..f8b15d9 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,11 @@ setuptools.setup( 'speedtest=speedtest_cli:main', 'speedtest-cli=speedtest_cli:main' ] - } + }, + classifiers=[ + 'Programming Language :: Python', + 'Environment :: Console', + 'License :: OSI Approved :: Apache Software License', + 'Operating System :: OS Independent' + ] )