Skip to content

Commit f5a1683

Browse files
authored
setup.cfg: fix indentation in install_requires
1 parent 1af8dfb commit f5a1683

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ package_dir=
2424
=src
2525
packages = find:
2626
install_requires=
27-
requests
28-
appdirs
29-
filelock
30-
distro
27+
requests
28+
appdirs
29+
filelock
30+
distro
3131

3232
[options.extras_require]
3333
docs =

0 commit comments

Comments
 (0)