Skip to content

Commit

Permalink
Correct setup.cfg indentation (pypa#555)
Browse files Browse the repository at this point in the history
The rest of the file uses tabs, this one line was using spaces.
  • Loading branch information
adamchainz authored and bhrutledge committed Dec 8, 2019
1 parent 9549483 commit 330c0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires=
requests-toolbelt >= 0.8.0, != 0.9.0
setuptools >= 0.7.0
tqdm >= 4.14
importlib_metadata; python_version < "3.8"
importlib_metadata; python_version < "3.8"
keyring >= 15.1
setup_requires =
setuptools_scm >= 1.15
Expand Down

0 comments on commit 330c0a2

Please sign in to comment.