--- a +++ b/setup.py @@ -0,0 +1,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' +)