Skip to content

Commit e298707

Browse files
committed
fix classifiers on setup.cfg
1 parent a287ec1 commit e298707

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ author = Koudai Aono
88
author_email = koxudaxi@gmail.com
99
license_file = LICENSE
1010
classifiers =
11-
'Development Status :: 2 - Pre-Alpha'
12-
'Natural Language :: English'
13-
'License :: OSI Approved :: MIT License'
14-
'Programming Language :: Python :: 3'
15-
'Programming Language :: Python :: 3.6'
16-
'Programming Language :: Python :: 3.7'
17-
'Programming Language :: Python :: Implementation :: CPython'
11+
Development Status :: 2 - Pre-Alpha
12+
Natural Language :: English
13+
License :: OSI Approved :: MIT License
14+
Programming Language :: Python :: 3
15+
Programming Language :: Python :: 3.6
16+
Programming Language :: Python :: 3.7
17+
Programming Language :: Python :: Implementation :: CPython
1818
1919
[options]
2020
packages = find:

0 commit comments

Comments
 (0)