From 172c1c4b13b33a5d6eca0297a2f58b99ff42858d Mon Sep 17 00:00:00 2001 From: vishwakarmarahul5431 <72183229+vishwakarmarahul5431@users.noreply.github.com> Date: Sun, 18 Oct 2020 09:13:34 +0530 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fd08c4..5959743 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #! /usr/bin/env python - +#using expection handling. import os try: from setuptools import setup, find_packages From 83b212ec6f0a887fd494d72b68defe922d098132 Mon Sep 17 00:00:00 2001 From: vishwakarmarahul5431 <72183229+vishwakarmarahul5431@users.noreply.github.com> Date: Sun, 18 Oct 2020 09:15:54 +0530 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7d41f56..f48af61 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ dist deps .pydevproject .project -*.swp \ No newline at end of file +*.swp + eh + Decorator