classification / setup.py
COULIBALY BOURAHIMA
first commit
f1f2665
Raw
History Blame Contribute Delete
100 Bytes
from setuptools import setup, find_packages
setup(name="CLASSIFICATION", packages=find_packages())