Browse Source

Merge pull request #2220 from ticosax/trove-classifire

Add trove classifier to declare supported python versions.
mnowster 10 years ago
parent
commit
a75bdfe11c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      setup.py

+ 4 - 0
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',
+    ],
 )