Download this file
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' )