summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-11-06 06:17:52 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-07 05:46:14 -0800
commit9931dbaa7e6364c3b676f05bfa2bd2afe3336997 (patch)
tree7ce1156c80364b81af5a794bb6a0e02e468762ea /setup.cfg
parent68e39a9291b70a5cb8de473f69f9bfd401c534e3 (diff)
downloadnatsort-9931dbaa7e6364c3b676f05bfa2bd2afe3336997.tar.gz
Trim trailing white space throughout the project
Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index c16d9be..57bd4fa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,7 +12,7 @@ description = Simple yet flexible natural sorting in Python.
long_description = file: README.rst
license = MIT
license_file = LICENSE
-classifiers =
+classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
@@ -55,7 +55,7 @@ max-line-length = 89
import-order-style = pycharm
doctests = True
max-complexity = 10
-exclude =
+exclude =
natsort.egg-info,
.tox,
.cache,
@@ -66,4 +66,3 @@ exclude =
docs,
.venv,
natsort/compat/py23.py
-