summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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
-