Added samples
This commit is contained in:
parent
bd4b14a00f
commit
167505eb22
6 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue