remove authors in pyproject.toml

This commit is contained in:
Laureηt 2023-01-25 19:53:14 +01:00
parent fba723d055
commit 7418e28988
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[tool.poetry]
authors = ["Laurent Fainsin <laurentfainsin@protonmail.com>"]
authors = [""]
description = ""
license = "MIT"
name = "projet-be"

View file

@ -1,9 +1,10 @@
import cv2
import numpy as np
from itertools import product
import pickle
from itertools import product
import cv2
import matplotlib.pyplot as plt
import mcubes
import numpy as np
from rich.progress import track
from borders import update_border