diff --git a/setup.py b/setup.py index 4020122b1..bf2ee07ff 100644 --- a/setup.py +++ b/setup.py @@ -66,4 +66,8 @@ setup( [console_scripts] docker-compose=compose.cli.main:main """, + classifiers=[ + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', + ], )