diff --git a/setup.py b/setup.py index 7e1885febc..44f65b41ac 100644 --- a/setup.py +++ b/setup.py @@ -9,4 +9,13 @@ setup( platforms='any', packages=find_packages(), include_package_data=True, - install_requires=[]) + install_requires=[], + classifiers=[ + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + ], +)