fix deprecation notice from setuptools

This commit is contained in:
deltragon 2024-08-26 16:51:39 +02:00
parent 300cad2b8f
commit 4227212e89
1 changed files with 2 additions and 3 deletions

View File

@ -44,6 +44,5 @@ healthstats = ["croniter"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages=["safeeyes"]
include-package-data = true
[tool.setuptools.packages.find]
include=["safeeyes*"]