Skip to content

Commit cdde68e

Browse files
committed
setup.py: update trove classifiers
1 parent aa4389f commit cdde68e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ def read(*relpath, **kwargs): # https://blog.ionelmc.ro/2014/05/25/python-packa
9999
"Programming Language :: Python",
100100
"Programming Language :: Python :: 3",
101101
"Programming Language :: Python :: 3.4",
102+
"Programming Language :: Python :: 3.5",
103+
"Programming Language :: Python :: 3.6",
104+
"Programming Language :: Python :: 3.7",
105+
"Programming Language :: Python :: Implementation :: CPython",
106+
"Programming Language :: Python :: Implementation :: PyPy",
102107
"Topic :: Software Development :: Libraries",
103108
"Topic :: Software Development :: Libraries :: Python Modules"
104109
],

0 commit comments

Comments
 (0)