Skip to content

Commit 844060e

Browse files
committed
Use setuptools
This allows stuff like setup.py develop
1 parent 47786fc commit 844060e

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
@@ -3,7 +3,7 @@
33

44
from __future__ import print_function
55

6-
from distutils.core import setup, Extension
6+
from setuptools import setup, Extension
77
import sys
88

99
try:

0 commit comments

Comments
 (0)