From f08812c6ee62fe5307586becab6e6b0e8d977c5f Mon Sep 17 00:00:00 2001 From: Nils Werner Date: Thu, 15 Feb 2018 14:36:25 +0100 Subject: [PATCH] setup.py was missing license field --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6bcb06a..73d78c2 100644 --- a/setup.py +++ b/setup.py @@ -124,6 +124,7 @@ setup(name = 'PyAudio', version = __version__, author = "Hubert Pham", + license = "MIT", url = "http://people.csail.mit.edu/hubert/pyaudio/", description = 'PortAudio Python Bindings', long_description = __doc__.lstrip(),