Set up folder structure for package

This commit is contained in:
Tobias Eidelpes 2023-02-14 11:21:40 +01:00
parent 3959e449eb
commit f9de6912d8
5 changed files with 3 additions and 0 deletions

0
__init__.py Normal file
View File

0
evaluation/__init__.py Normal file
View File

View File

View File

3
setup.py Normal file
View File

@ -0,0 +1,3 @@
from setuptools import setup, find_packages
setup(name='master-thesis', version='1.0', packages=find_packages())