Skip to content

Commit 5b6183d

Browse files
committed
setup.py: replace setuptools with distutils
1 parent 72e4c9f commit 5b6183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import os
2525
import imp
26-
from setuptools import setup
26+
from distutils.core import setup
2727

2828
PKG_DIR = 'pathtools'
2929
version = imp.load_source('version',

0 commit comments

Comments
 (0)