summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-11-05 17:36:12 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-05 17:37:49 -0800
commit7f2b307a8f705aa144ac6fc6b55cfcb9947f0aae (patch)
tree011aba4598bbfc8d7d3f33d194cdbc21dd6906c0 /setup.cfg
parent7654d0d5adc31d4f5a58cf61ea48e87447a0fe0d (diff)
downloadnatsort-7f2b307a8f705aa144ac6fc6b55cfcb9947f0aae.tar.gz
Include license file in the generated wheel package
The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file Helps project comply with its own license: > The above copyright notice and this permission notice shall be > included in all copies or substantial portions of the Software.
Diffstat (limited to 'setup.cfg')
-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