From 16eb3beb3882f1e766554d2952741dca3a5716e7 Mon Sep 17 00:00:00 2001 From: Bastian Zimmermann <10774221+BastianZim@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:25:56 -0500 Subject: [PATCH] Add readme and reqs to source distribution --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ab265ee3..081dc179 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ author="Sefik Ilkin Serengil", author_email="serengil@gmail.com", description="A Lightweight Face Recognition and Facial Attribute Analysis Framework (Age, Gender, Emotion, Race) for Python", + data_files=[('', ['README.md', 'requirements.txt'])], long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/serengil/deepface",