Skip to content

Commit 7e6c180

Browse files
committed
Use setuptools
1 parent fc1accc commit 7e6c180

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# coding=utf-8
22

3-
try:
4-
from setuptools import setup, Extension
5-
except ImportError:
6-
from distutils.core import setup, Extension
3+
from setuptools import setup, Extension
74

85
import glob
96
import re

0 commit comments

Comments
 (0)