Compare commits
2 Commits
7863a7cfe3
...
f58acf5107
Author | SHA1 | Date | |
---|---|---|---|
|
f58acf5107 | ||
|
f787d3c049 |
@@ -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
|
||||||
|
10
README.md
10
README.md
@@ -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
|
||||||
|
2
setup.py
2
setup.py
@@ -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",
|
||||||
|
Reference in New Issue
Block a user