This commit is contained in:
yumoqing 2025-08-14 21:43:30 +08:00
parent d22aef156c
commit 5ae87f9dc4
3 changed files with 19 additions and 5 deletions

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

View File

@ -1,5 +0,0 @@
#
pillow
face_recognition
pymilvus

15
setup.cfg Normal file
View File

@ -0,0 +1,15 @@
[metadata]
name=findperson
version = 0.1.2
description = A module to find person in images
author = "yu moqing"
author_email = "yumoqing@gmail.com"
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires_python = ">=3.8"
install_requires =
pillow
face_recognition
pymilvus