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=[],