Skip to content

Commit 4cd7114

Browse files
author
Maeda Tomoki
authored
add supported python versions (#64)
1 parent c51a665 commit 4cd7114

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
@@ -28,6 +28,8 @@ def version():
2828
'License :: OSI Approved :: MIT License',
2929
'Programming Language :: Python :: 2.7',
3030
'Programming Language :: Python :: 3',
31+
'Programming Language :: Python :: 3.6',
32+
'Programming Language :: Python :: 3.7',
3133
'Topic :: Software Development :: Quality Assurance'],
3234
keywords='clean,fix,automatic,unused,import',
3335
py_modules=['autoflake'],

0 commit comments

Comments
 (0)