From 8f78bf97334c7f30bae02ca8c385d90cc930d8ce Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Sun, 8 Dec 2019 22:44:19 +0000 Subject: [PATCH] Add missing license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2044261..ec47cff 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): version=__version__, packages=find_packages(), url='https://github.com/hugohadfield/pyganja', - license='', + license='MIT', author='Hugo Hadfield', author_email='hadfield.hugo@gmail.com', description='Python interface to ganja.js',