From fcff598745252628af12cc438fcf2ca569b0f567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kberk=20Yalt=C4=B1rakl=C4=B1?= Date: Sun, 26 Apr 2015 12:59:51 +0300 Subject: [PATCH] Updated setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e15d976..aa49d77 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ from distutils.core import setup setup( name = "Slowloris", py_modules = ["slowloris"], + entry_points = {"console_scripts": ["slowloris=slowloris:main"]}, version = "0.1", description = "Low bandwidth DoS tool. Slowloris rewrite in Python.", author = "Gokberk Yaltirakli",