Skip to content

Commit 07359cc

Browse files
committed
added __init__.py and updated README.md
1 parent 2f8493d commit 07359cc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ Use metadata.json file to list all files which should be added to the databus
7171
The script registers all files on the databus.
7272
### Example Call
7373
```bash
74-
cd databusclient
75-
76-
python deploy.py \
74+
python -m databusclient.deploy \
7775
--no-upload \
7876
--metadata ./metadata.json \
7977
--version-id https://databus.org/user/dataset/version/1.0 \
@@ -91,9 +89,7 @@ The script uploads all given files and all files in the given folders to the giv
9189
Then registers them on the databus.
9290
### Example Call
9391
```bash
94-
cd databusclient
95-
96-
python deploy.py \
92+
python -m databusclient.deploy \
9793
--webdav-url https://cloud.scadsai.uni-leipzig.de/remote.php/webdav \
9894
--remote scads-nextcloud \
9995
--path test \

nextcloudclient/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)