mirror of https://github.com/Askill/slowloris.git
Updated setup.py
This commit is contained in:
parent
fdadfd256c
commit
fcff598745
1
setup.py
1
setup.py
|
|
@ -2,6 +2,7 @@ from distutils.core import setup
|
||||||
setup(
|
setup(
|
||||||
name = "Slowloris",
|
name = "Slowloris",
|
||||||
py_modules = ["slowloris"],
|
py_modules = ["slowloris"],
|
||||||
|
entry_points = {"console_scripts": ["slowloris=slowloris:main"]},
|
||||||
version = "0.1",
|
version = "0.1",
|
||||||
description = "Low bandwidth DoS tool. Slowloris rewrite in Python.",
|
description = "Low bandwidth DoS tool. Slowloris rewrite in Python.",
|
||||||
author = "Gokberk Yaltirakli",
|
author = "Gokberk Yaltirakli",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue