Skip to content

Commit 002a941

Browse files
committed
Use setuptools to build egg package.
1 parent 52a7c02 commit 002a941

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
@@ -5,8 +5,8 @@
55
import os
66
import sys
77
from glob import glob
8-
from distutils.core import setup, Extension
98
from distutils.command.sdist import sdist
9+
from setuptools import setup, Extension
1010

1111
try:
1212
from Cython.Distutils import build_ext

0 commit comments

Comments
 (0)