Compare commits

..

2 Commits

Author SHA1 Message Date
Marcel Nijenhof
f58acf5107 Installatie instructies in README
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-31 13:30:01 +02:00
Marcel Nijenhof
f787d3c049 Aanpassing download dir 2021-05-31 13:26:59 +02:00
3 changed files with 12 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

@@ -22,6 +22,16 @@ inclusief:
* Autenticatie via certificaten. * Autenticatie via certificaten.
* Access functies voor de resultaten. * Access functies voor de resultaten.
## Installatie
De package is op dit moment nog niet beschikbaar via [PyPI](https://pypi.org/).
De package is beschikbaar via https://marceln.org/download/python
Het installeren gaat via:
```
pip install -i https://marceln.org/download/python ddOperApi
```
## De inhoud van de git repository ## De inhoud van de git repository
TODO: Aanpassen aan module TODO: Aanpassen aan module

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",