from setuptools import setup setup( name="fake_face_detection", version="0.0.1", author="Oumar Kane", author_email="oumar.kane@univ-thies.sn", 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.", )