Merge branch '3.x'

This commit is contained in:
Takeshi KOMIYA
2020-06-04 00:18:30 +09:00
86 changed files with 3424 additions and 2094 deletions

View File

@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'flake8-import-order',
'mypy>=0.770',
'mypy>=0.780',
'docutils-stubs',
],
'test': [
@@ -201,6 +201,7 @@ setup(
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: Setuptools Plugin',