Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutaaron committed Apr 22, 2014
1 parent ab3cfe3 commit 5251ec1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
try:
from setuptools import setup
except ImportError:
Expand All @@ -14,8 +15,6 @@
except (IOError, ImportError):
description = open('README.md').read()

import os

# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

Expand Down

0 comments on commit 5251ec1

Please sign in to comment.