From f787d3c049f36f050539a15f07a38be42cc0e025 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Mon, 31 May 2021 13:26:59 +0200 Subject: [PATCH] Aanpassing download dir --- .drone.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9f0554b..e6f6ec4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - python setup.py sdist - name: Versie toevoegen aan download environment: - DOWNLOADDIR: /usr/share/nginx/html/download/python/ddOperApi + DOWNLOADDIR: /usr/share/nginx/html/download/python/ddoperapi commands: - mkdir -p "$${DOWNLOADDIR}" - cd dist diff --git a/setup.py b/setup.py index 6535575..7f09114 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="ddOperApi", # Replace with your own username - version="0.0.2", + version="0.0.3", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl", description="Interface for dd-oper protocol",