Skip to content

Commit

Permalink
Merge pull request #8 from drscream/master
Browse files Browse the repository at this point in the history
Use setuptools for the installation
  • Loading branch information
Licenser committed May 30, 2014
2 parents 87a4e1c + d3a4f00 commit 7a9271d
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 7a9271d

Please sign in to comment.