Skip to content

Commit

Permalink
add supported python versions (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maeda Tomoki authored Aug 24, 2022
1 parent c51a665 commit 4cd7114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def version():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Quality Assurance'],
keywords='clean,fix,automatic,unused,import',
py_modules=['autoflake'],
Expand Down

0 comments on commit 4cd7114

Please sign in to comment.