Skip to content

Commit a3ce747

Browse files
committed
Fix classifiers
1 parent 7d2dfec commit a3ce747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
yasha=yasha.cli:cli
3131
''',
3232
classifiers=[
33-
"Programming Language :: Python :: 2.7.13",
34-
"Programming Language :: Python :: 3.5.3",
33+
"Programming Language :: Python :: 2.7",
34+
"Programming Language :: Python :: 3.5",
3535
"Programming Language :: Python :: 3.6",
3636
"Topic :: Software Development :: Code Generators",
3737
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)