Diff of /setup.py [000000] .. [5c6b9a]

Switch to side-by-side view

--- 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'
+)