Skip to content

Commit

Permalink
Use setuptools for installing the package. pip didn't work with distu…
Browse files Browse the repository at this point in the history
…tils and reports some errors during installation.
  • Loading branch information
drscream committed May 30, 2014
1 parent 45f5412 commit d3a4f00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import shutil
import subprocess
import sys
from distutils.core import setup
from distutils.command.install import install

from setuptools import setup
from setuptools.command.install import install

## manpage install code taken from https://github.com/novel/lc-tools
def abspath(path):
Expand Down

0 comments on commit d3a4f00

Please sign in to comment.