install with --home, don't need sys.prefix anymore

This commit is contained in:
Marcus Stoegbauer 2013-01-17 23:44:06 +00:00
parent 4e609856c3
commit 12db28a7e8
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ from distutils.core import setup
import sys
import os
sys.prefix = os.environ['HOME']
setup( name="userconfig",
version="0.1",
description="Generate config files for user home",