Browse Source

Advertise Python 3 support on PyPI

Steven Myint 10 years ago
parent
commit
f22df08779
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      setup.py

+ 2
- 0
setup.py View File

@@ -35,6 +35,8 @@ setup(
35 35
         'Operating System :: POSIX',
36 36
         'Operating System :: Unix',
37 37
         'Programming Language :: Python',
38
+        'Programming Language :: Python :: 2',
39
+        'Programming Language :: Python :: 3',
38 40
     ],
39 41
     py_modules = ['cdiff'],
40 42
     scripts = ['cdiff'],