Add check-iam to setup.cfg

This commit is contained in:
Bryce Wade 2023-01-23 14:06:00 -06:00
parent 92a6ab2106
commit d1b059e84a
2 changed files with 8 additions and 5 deletions

View file

@ -19,8 +19,8 @@ classifiers =
[options]
packages = find:
install_requires =
ruamel.yaml>=0.15
python-hcl2>=4.3.0
ruamel.yaml>=0.15
tomli>=1.1.0;python_version<"3.11"
python_requires = >=3.7