Spaces:
Build error
Build error
from setuptools import setup | |
setup( | |
name="fake_face_detection", | |
version="0.0.1", | |
author="Oumar Kane", | |
author_email="[email protected]", | |
description="This package contains the main functions and classes used to achieve the project of detecting if a face's image is true or not.", | |
) |