Skip to content

Commit 9621b7a

Browse files
committed
Fix accidental include forcing the use of distutils
Forgot to remove some testing code from setup.py.
1 parent e04e9fc commit 9621b7a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#-----------------------------------------------------------------------------
1111
try:
12-
import asd
1312
from setuptools import setup, Extension, Command
1413
from setuptools.command import build_ext as _build_ext
1514
except ImportError:

0 commit comments

Comments
 (0)