Skip to content

Commit 34de08d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8de77f7 commit 34de08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ url = https://github.com/dannysepler/rm_unneeded_f_str
88
author = Danny Sepler
99
author_email = [email protected]
1010
license = MIT
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
License :: OSI Approved :: MIT License
1414
Programming Language :: Python :: 3
1515
Programming Language :: Python :: 3 :: Only
1616

1717
[options]
1818
py_modules = rm_unneeded_f_str
19-
python_requires = >=3.7
19+
python_requires = >=3.8
2020

2121
[options.entry_points]
2222
console_scripts =

0 commit comments

Comments
 (0)