From f3621ffc7a509ada68fe3054790014bc9f34cbf8 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 26 Jan 2024 17:40:31 +0000 Subject: [PATCH] requirements and readme added to wheel package --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c33f7ac..2505860 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PyPI Downloads](https://static.pepy.tech/personalized-badge/retina-face?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pip%20downloads)](https://pepy.tech/project/retina-face) [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/retina-face?color=green&label=conda%20downloads)](https://anaconda.org/conda-forge/retina-face) -[![Stars](https://img.shields.io/github/stars/serengil/retinaface?color=yellow&style=flat)](https://github.com/serengil/retinaface/stargazers) +[![Stars](https://img.shields.io/github/stars/serengil/retinaface?color=yellow&style=flat&label=%E2%AD%90%20stars)](https://github.com/serengil/retinaface/stargazers) [![License](http://img.shields.io/:license-MIT-green.svg?style=flat)](https://github.com/serengil/retinaface/blob/master/LICENSE) [![Tests](https://github.com/serengil/retinaface/actions/workflows/tests.yml/badge.svg)](https://github.com/serengil/retinaface/actions/workflows/tests.yml) diff --git a/setup.py b/setup.py index 8f5accb..846b3f6 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ author="Sefik Ilkin Serengil", author_email="serengil@gmail.com", description="RetinaFace: Deep Face Detection Framework in TensorFlow for Python", + data_files=[("", ["README.md", "requirements.txt"])], long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/serengil/retinaface",