chore: add authors

This commit is contained in:
Laureηt 2022-11-08 20:49:54 +01:00
parent 149766c1a0
commit f9f59a3104
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 9 additions and 9 deletions

2
poetry.lock generated
View file

@ -1140,7 +1140,7 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "e980a9a33c11a7dba0b36b2e69d804d0a7c6544702f975cd8797f41cfe54a57f"
content-hash = "2484e904cce7b4c8358cb769bcd0a498aaf32e262f6dbc56250f765bf0e9e9cf"
[metadata.files]
albumentations = [

View file

@ -1,8 +1,12 @@
[tool.poetry]
authors = [""]
description = ""
authors = [
"Laurent Fainsin <laurent@fainsin.bzh>",
"Damien Guillotin <damien.guillotin@etu.inp-n7.fr>",
"Pierre-Eliot Jourdan <pierreeliot.jourdan@etu.inp-n7.fr>",
]
description = "Projet d'apprentissage faiblement supervisé"
license = "MIT"
name = ""
name = "proj-iam"
readme = "README.md"
version = "0.1.0"
@ -20,7 +24,7 @@ ipykernel = "^6.15.3"
matplotlib = "^3.5.3"
[tool.poetry.group.dev.dependencies]
Flake8-pyproject = "^1.1.0"
Flake8-pyproject = "^1.1.0.post0"
bandit = "^1.7.4"
black = "^22.10.0"
flake8 = "^5.0.4"
@ -30,10 +34,6 @@ mypy = "^0.990"
pre-commit = "^2.20.0"
types-PyYAML = "^6.0.12.1"
[tool.poetry.group.notebook.dependencies]
ipykernel = "^6.17.0"
matplotlib = "^3.6.2"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]