Merge pull request #950 from BastianZim/patch-1

Add readme and reqs to source distribution
This commit is contained in:
Sefik Ilkin Serengil 2024-01-10 21:27:21 +00:00 committed by GitHub
commit 6d97917136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ setuptools.setup(
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",