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