summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-27 01:02:28 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-27 01:02:28 -0800
commit7b3b8d01b8888b978845407784cf31293217c287 (patch)
tree1eed0b973103e5421ef69be01f618058035aacaf
parent674c93d33d08a3a13b913027cdf44678fbb47a86 (diff)
downloadnatsort-7b3b8d01b8888b978845407784cf31293217c287.tar.gz
Use updated keyword in setup.cfg
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3b9bf94..020c32f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,7 +12,7 @@ description = Simple yet flexible natural sorting in Python.
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
-license_file = LICENSE
+license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers