File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,16 @@ def main():
34
34
'Operating System :: Microsoft :: Windows' ,
35
35
'Operating System :: MacOS :: MacOS X' ,
36
36
'Topic :: Software Development :: Libraries' ,
37
- 'Programming Language :: Python' ],
37
+ # Specify the Python versions you support here. In particular, ensure
38
+ # that you indicate whether you support Python 2, Python 3 or both.
39
+ 'Programming Language :: Python' ,
40
+ 'Programming Language :: Python :: 2' ,
41
+ 'Programming Language :: Python :: 2.7' ,
42
+ 'Programming Language :: Python :: 3' ,
43
+ 'Programming Language :: Python :: 3.4' ,
44
+ 'Programming Language :: Python :: 3.5' ,
45
+ 'Programming Language :: Python :: 3.6' ,
46
+ ],
38
47
packages = find_packages ('src' ),
39
48
package_dir = {'' : 'src' },
40
49
)
You can’t perform that action at this time.
0 commit comments