from setuptools import setup, find_packages setup(name='master-thesis', version='1.0', packages=find_packages())