We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05518a1 + 2403940 commit 6042f35Copy full SHA for 6042f35
1 file changed
setup.py
@@ -7,10 +7,9 @@
7
# part of the icecast project, http://svn.xiph.org/icecast/trunk/shout-python)
8
9
try:
10
- from setuptools import setup
+ from setuptools import setup, Extension
11
except ImportError:
12
- from distutils.core import setup
13
-from distutils.core import Extension
+ from distutils.core import setup, Extension
14
import os
15
import sys
16
0 commit comments