Skip to content

Commit 5f8765a

Browse files
committed
Update trove classifiers for various python3 lists
PyPi specifically needs "Programming Language :: Python :: 3" (not 3.1 or 3.2) to add pymongo to the "Python 3 Packages" list.
1 parent 55d8e11 commit 5f8765a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,12 @@ def build_extension(self, ext):
277277
"Operating System :: MacOS :: MacOS X",
278278
"Operating System :: Microsoft :: Windows",
279279
"Operating System :: POSIX",
280+
"Programming Language :: Python :: 2",
280281
"Programming Language :: Python :: 2.4",
281282
"Programming Language :: Python :: 2.5",
282283
"Programming Language :: Python :: 2.6",
283284
"Programming Language :: Python :: 2.7",
285+
"Programming Language :: Python :: 3",
284286
"Programming Language :: Python :: 3.1",
285287
"Programming Language :: Python :: 3.2",
286288
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)