| commit | fc88f3fa495385e6b367f7c4c8cf10940ad053da | [log] [tgz] |
|---|---|---|
| author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | Tue May 24 08:44:13 2022 +0200 |
| committer | Anthony Sottile <asottile@umich.edu> | Tue May 31 10:48:00 2022 -0400 |
| tree | db10112f40968ff6e3561a3f7bb55d92ab76e763 | |
| parent | 6a5ae704e5c38dda82ecaedb68323984b926d8e2 [diff] [blame] |
Use tomli and tomllib instead of toml
diff --git a/setup.cfg b/setup.cfg index 8247f31..0f249c1 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -24,7 +24,7 @@ packages = find: install_requires = ruamel.yaml>=0.15 - toml + tomli>=1.1.0;python_version<"3.11" python_requires = >=3.7 [options.packages.find]