summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-05 21:47:06 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-05 21:47:06 +0200
commit44f82da32c7d4b433cc14706b11e7429ea940049 (patch)
tree2ed4497af116c5293e09cbaa46b2d29562a46089
parented6c5f0854410627feb7d4bcc44acee643422b7f (diff)
downloadsetuptools-scm-44f82da32c7d4b433cc14706b11e7429ea940049.tar.gz
switch from setuptools to distutils
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index eeeb152..0018e24 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from setuptools import setup
+from distutils.core import setup
import hgdistver
setup(
name='hgdistver',