Skip to content

Commit

Permalink
Replaced distutils with setuptools in order to be able to use 'pip un…
Browse files Browse the repository at this point in the history
…install'

Signed-off-by: Tal Kain <[email protected]>
  • Loading branch information
talkain committed Feb 6, 2015
1 parent 4f0660f commit cde758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup, Extension
from setuptools import setup, Extension

setup(name='python-pytun',
author='montag451',
Expand Down

0 comments on commit cde758c

Please sign in to comment.