mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
new version
This commit is contained in:
parent
27d15d2413
commit
fee33c8b34
4
setup.py
4
setup.py
@ -8,11 +8,11 @@ with open("requirements.txt", "r", encoding="utf-8") as f:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="deepface",
|
name="deepface",
|
||||||
version="0.0.81",
|
version="0.0.82",
|
||||||
author="Sefik Ilkin Serengil",
|
author="Sefik Ilkin Serengil",
|
||||||
author_email="serengil@gmail.com",
|
author_email="serengil@gmail.com",
|
||||||
description="A Lightweight Face Recognition and Facial Attribute Analysis Framework (Age, Gender, Emotion, Race) for Python",
|
description="A Lightweight Face Recognition and Facial Attribute Analysis Framework (Age, Gender, Emotion, Race) for Python",
|
||||||
data_files=[('', ['README.md', 'requirements.txt'])],
|
data_files=[("", ["README.md", "requirements.txt"])],
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/serengil/deepface",
|
url="https://github.com/serengil/deepface",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user