Skip to content

Commit 6923f11

Browse files
author
Gauvain Pocentek
committed
Add supported python versions in setup.py
1 parent 928865e commit 6923f11

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ def get_version():
3434
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
3535
'Natural Language :: English',
3636
'Operating System :: POSIX',
37-
'Operating System :: Microsoft :: Windows'
37+
'Operating System :: Microsoft :: Windows',
38+
'Programming Language :: Python',
39+
'Programming Language :: Python :: 2',
40+
'Programming Language :: Python :: 2.7',
41+
'Programming Language :: Python :: 3',
42+
'Programming Language :: Python :: 3.4',
43+
'Programming Language :: Python :: 3.5',
44+
'Programming Language :: Python :: 3.6',
3845
]
3946
)

0 commit comments

Comments
 (0)