vanwanet_scrape/setup.py
2019-12-17 10:36:10 -05:00

14 lines
331 B
Python

from setuptools import setup
setup(
name="vanwanet_scrape",
version="1.0",
description="VanwaTech DDoS protection bypass",
author="simon987",
author_email="me@simon987.net",
packages=["vanwanet_scrape"],
install_requires=[
"requests", "bs4", "git+git://github.com/simon987/hexlib.git",
]
)