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 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