Added samples

This commit is contained in:
Christoph Stahl 2017-05-07 20:46:17 +02:00
parent bd4b14a00f
commit 167505eb22
6 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,6 @@
pip install git+https://git.k-fortytwo.de/christofsteel/warp/
## Usage
warp [-h] [--port PORT] [--host HOST] [--module] file
@ -20,4 +19,6 @@
--host HOST The host to bind to (default 0.0.0.0)
--module, -m If set, loads a module instead of a file
## Sample
warp -m warp.samples.hooked

View file

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='warp',
version='0.0.1',
packages=['warp'],
packages=find_packages(),
url='https://git.k-fortytwo.de/christofsteel/warp',
license='MIT',
author='Christoph Stahl',