Skip to content

Commit

Permalink
Added Vagrant workaround to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Nov 3, 2014
1 parent 2419f50 commit 94df365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import os
from setuptools import setup

# Quick and dirty fix for http://bugs.python.org/issue8876
if os.environ.get('USER','') == 'vagrant':
del os.link

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()

Expand Down

0 comments on commit 94df365

Please sign in to comment.