Skip to content

Commit 721d8a7

Browse files
authored
Merge pull request #78 from serengil/feat-task-2601-adding-requirements-into-wheel-package
requirements and readme added to wheel package
2 parents bbd4bf7 + f3621ff commit 721d8a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![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)
66
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/retina-face?color=green&label=conda%20downloads)](https://anaconda.org/conda-forge/retina-face)
7-
[![Stars](https://img.shields.io/github/stars/serengil/retinaface?color=yellow&style=flat)](https://github.com/serengil/retinaface/stargazers)
7+
[![Stars](https://img.shields.io/github/stars/serengil/retinaface?color=yellow&style=flat&label=%E2%AD%90%20stars)](https://github.com/serengil/retinaface/stargazers)
88
[![License](http://img.shields.io/:license-MIT-green.svg?style=flat)](https://github.com/serengil/retinaface/blob/master/LICENSE)
99
[![Tests](https://github.com/serengil/retinaface/actions/workflows/tests.yml/badge.svg)](https://github.com/serengil/retinaface/actions/workflows/tests.yml)
1010

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
author="Sefik Ilkin Serengil",
1313
author_email="[email protected]",
1414
description="RetinaFace: Deep Face Detection Framework in TensorFlow for Python",
15+
data_files=[("", ["README.md", "requirements.txt"])],
1516
long_description=long_description,
1617
long_description_content_type="text/markdown",
1718
url="https://github.com/serengil/retinaface",

0 commit comments

Comments
 (0)