Updated setup.py

This commit is contained in:
Gökberk Yaltıraklı 2015-04-26 12:59:51 +03:00
parent fdadfd256c
commit fcff598745
1 changed files with 1 additions and 0 deletions

View File

@ -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",