From 821bcba9f2916d55278b3a70fcfba59b8c14f7d7 Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Wed, 20 Aug 2025 09:39:52 +0200 Subject: [PATCH] Use a valid SPDX identifier as license classifier This helps automatic license checkers like pip-licenses to identify the right license for this project --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a12b51e..4b467f5 100644 --- a/setup.py +++ b/setup.py @@ -121,6 +121,7 @@ def get_outputs(self): description='Simple wrapper script which proxies signals to a child', version=open('VERSION').read().strip(), author='Yelp', + license='MIT', url='https://github.com/Yelp/dumb-init/', platforms='linux', packages=[],