Merge branch 'main' into importlib-metadata-5-py37

This commit is contained in:
dill0wn 2022-11-18 11:18:06 -05:00 committed by GitHub
commit f1c7487043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
89 changed files with 693 additions and 1434 deletions

View file

@ -20,7 +20,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@ -44,7 +43,7 @@ install_requires =
pyflakes>=2.5.0,<2.6.0
importlib-metadata>=5;python_version=="3.7"
importlib-metadata>=1.1.0,<4.3;python_version<"3.7"
python_requires = >=3.6.1
python_requires = >=3.7
[options.packages.find]
where = src