summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2018-11-06 21:07:22 -0800
committerGitHub <noreply@github.com>2018-11-06 21:07:22 -0800
commitaa503f468a9ec89518fd252ea03affc273c4c19a (patch)
treebbea9fcd9b16c8f4b0840f0e78e2c56c41683e9d
parent710196052c606a2e64d8e2b40053737cb2aa82a0 (diff)
parent7f2b307a8f705aa144ac6fc6b55cfcb9947f0aae (diff)
downloadnatsort-aa503f468a9ec89518fd252ea03affc273c4c19a.tar.gz
Merge pull request #69 from jdufresne/license
Include license file in the generated wheel package
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 784a9a9..c16d9be 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,6 +11,7 @@ url = https://github.com/SethMMorton/natsort
description = Simple yet flexible natural sorting in Python.
long_description = file: README.rst
license = MIT
+license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers