from setuptools import setup, find_packages
setup(
name='WearSED',
version='1.0.0',
author='Julian BvW',
url='https://github.com/JulianBvW/Wearable-Sleep-Event-Detection',
description='Machine Learning based Detection Model for Sleep Events using Wearable Sensor Modalities',
packages=find_packages()
)