Skip to content

Commit c1a0380

Browse files
authored
setup.cfg: spell dependency differently (#237)
1 parent edfd6a5 commit c1a0380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers =
1818
[options]
1919
packages = find:
2020
install_requires =
21-
backports.strenum>=1.2.8;python_version<'3.11'
21+
backports-strenum>=1.2.8;python_version<'3.11'
2222
python_requires = >=3.10
2323

2424
[options.extras_require]

0 commit comments

Comments
 (0)