deepface icon indicating copy to clipboard operation
deepface copied to clipboard

[BUG]: license is not shown in pip package

Open serengil opened this issue 2 months ago • 0 comments

Before You Report a Bug, Please Confirm You Have Done The Following...

  • [X] I have updated to the latest version of the packages.
  • [X] I have searched for both existing issues and closed issues and found none that matched my issue.

DeepFace's version

v0.0.90

Python version

Python 3.9.16

Operating System

Debian

Dependencies

Reproducible example

$ pip show deepface

Relevant Log Output

Name: deepface Version: 0.0.90 Summary: A Lightweight Face Recognition and Facial Attribute Analysis Framework (Age, Gender, Emotion, Race) for Python Home-page: https://github.com/serengil/deepface Author: Sefik Ilkin Serengil Author-email: [email protected] License: UNKNOWN Location: /home/sefik/miniconda3/lib/python3.9/site-packages Requires: fire, Flask, gdown, gunicorn, keras, mtcnn, numpy, opencv-python, pandas, Pillow, requests, retina-face, tensorflow, tqdm Required-by:

Expected Result

License: MIT

What happened instead?

License: UNKNOWN

Additional Info

XGBoost handles this with license key in setup.py - https://github.com/dmlc/xgboost/blob/master/python-package/pyproject.toml#L18C1-L18C9

LightGBM references license file directly - https://github.com/microsoft/LightGBM/blob/master/python-package/pyproject.toml#L26

serengil avatar Apr 25 '24 11:04 serengil