From c7c956cfd0865acd4ae39dc4e479d603ebe680f7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 16 Mar 2020 22:35:02 +0100 Subject: [PATCH] Add license tag --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bd2d7a7..77c744c 100644 --- a/setup.py +++ b/setup.py @@ -10,4 +10,5 @@ setup( author_email="webdosusb@gmail.com", url="https://github.com/gkbrk/slowloris", keywords=["dos", "http", "slowloris"], + license="MIT", )