Update docs & authors
This commit is contained in:
parent
7c95805fdf
commit
0da0193a0a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -94,4 +94,5 @@ env
|
||||||
|
|
||||||
# PyCharm project settings
|
# PyCharm project settings
|
||||||
.idea
|
.idea
|
||||||
|
./.idea
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@ poetry run which python
|
||||||
```bash
|
```bash
|
||||||
poetry show
|
poetry show
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
poetry run pip list
|
poetry run pip list
|
||||||
```
|
```
|
||||||
|
|
|
@ -3,9 +3,7 @@ name = "norduniclient"
|
||||||
version = "1.4.4"
|
version = "1.4.4"
|
||||||
description = "Neo4j (>=4.4.12) database client using bolt for NORDUnet network inventory"
|
description = "Neo4j (>=4.4.12) database client using bolt for NORDUnet network inventory"
|
||||||
authors = [
|
authors = [
|
||||||
"Johan Lundberg <benedith@sunet.se>",
|
"Johan Lundberg <lundberg@nordu.net>",
|
||||||
"Markus Krogh <benedith@sunet.se>",
|
|
||||||
"Benedith Mulongo <benedith@sunet.se>",
|
|
||||||
]
|
]
|
||||||
readme = "norduniclient-package.md"
|
readme = "norduniclient-package.md"
|
||||||
homepage = "https://github.com/NORDUnet/python-norduniclient"
|
homepage = "https://github.com/NORDUnet/python-norduniclient"
|
||||||
|
|
Loading…
Reference in a new issue