from setuptools import setup, find_packages # run it: python setup.py install setup(name='Brain-ID', version='1.0', packages=find_packages())