First release version

This commit is contained in:
Reik Kaps 2020-02-05 22:12:10 +01:00
parent e8da850fde
commit d4c669ca72
2 changed files with 15 additions and 1 deletions

View File

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

View File

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