File size: 308 Bytes
783053f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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.",
)