Skip to content

Commit 7f87d1d

Browse files
committed
Added some more classifiers to setup.py
1 parent cc3587d commit 7f87d1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,12 @@ def cython_sources(self, sources, extension):
142142
'Intended Audience :: Developers',
143143
'License :: OSI Approved :: zlib/libpng License',
144144
'Operating System :: OS Independent',
145+
'Programming Language :: Python :: 2',
146+
'Programming Language :: Python :: 3',
145147
'Programming Language :: Cython',
146148
'Programming Language :: C++',
147149
'Programming Language :: Python',
150+
'Programming Language :: Python :: Implementation :: CPython',
148151
'Topic :: Games/Entertainment',
149152
'Topic :: Multimedia',
150153
'Topic :: Software Development :: Libraries :: Python Modules'],

0 commit comments

Comments
 (0)