Skip to content

Commit 24fb178

Browse files
committed
Updates setup.py
1 parent d277a0f commit 24fb178

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,15 @@ def build_extension(self, ext):
9191
'Intended Audience :: Developers',
9292
'Operating System :: OS Independent',
9393
'Programming Language :: Python',
94-
'Topic :: Software Development :: Libraries :: Python Modules',
94+
'Programming Language :: Python :: 2.7',
95+
'Programming Language :: Python :: 3',
96+
'Programming Language :: Python :: 3.2',
97+
'Programming Language :: Python :: 3.3',
98+
'Programming Language :: Python :: 3.4',
99+
'Programming Language :: Python :: 3.5',
100+
'Programming Language :: Python :: 3.6',
101+
'Programming Language :: Python :: Implementation :: CPython',
102+
'Programming Language :: Python :: Implementation :: PyPy'
95103
],
96104
)
97105

0 commit comments

Comments
 (0)