Aanpassing download dir

This commit is contained in:
Marcel Nijenhof
2021-05-31 13:26:59 +02:00
parent 7863a7cfe3
commit f787d3c049
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ steps:
- python setup.py sdist - python setup.py sdist
- name: Versie toevoegen aan download - name: Versie toevoegen aan download
environment: environment:
DOWNLOADDIR: /usr/share/nginx/html/download/python/ddOperApi DOWNLOADDIR: /usr/share/nginx/html/download/python/ddoperapi
commands: commands:
- mkdir -p "$${DOWNLOADDIR}" - mkdir -p "$${DOWNLOADDIR}"
- cd dist - cd dist

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="ddOperApi", # Replace with your own username name="ddOperApi", # Replace with your own username
version="0.0.2", version="0.0.3",
author="Marcel Nijenhof", author="Marcel Nijenhof",
author_email="pip@pion.xs4all.nl", author_email="pip@pion.xs4all.nl",
description="Interface for dd-oper protocol", description="Interface for dd-oper protocol",