[5c6b9a]: / setup.py

Download this file

13 lines (11 with data), 279 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
from distutils.core import setup
setup(
name='stress_affect_detection',
version='1.0',
packages=[''],
url='',
license='',
author='Jagan',
author_email='jaganshannmugam@outlook.com',
description='Stress and Affect detection using WESAD dataset'
)