diff --git a/README.md b/README.md index 49c67c0..828aaa3 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,17 @@ the unix console or toolbars like polybar ## Usage + usage: SpaceApiCli.py [-h] [-n NAME] [-v] [-w] + + Show Space Status + + optional arguments: + -h, --help show this help message and exit + -n NAME, --name NAME Name of Hackerspace + -v Show more Infos of Hackerspace + -w get homepage url + + +Defaults: without option -n it will get the state of the hackspace LeineLab in Hannover, Germany + + diff --git a/setup.py b/setup.py index d1e4907..f33e55d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="SpaceApiCli", version="0.1rc1", packages=find_packages(), - scripts=["SpaceApiCli.py"], + scripts=["src/SpaceApiCli.py"], # Project uses reStructuredText, so ensure that the docutils get # installed or upgraded on the target machine