Skip to content

Commit 9d55fe2

Browse files
committed
Today we can assume that setuptools is universal
1 parent 58b7251 commit 9d55fe2

File tree

2 files changed

+1
-338
lines changed

2 files changed

+1
-338
lines changed

ez_setup.py

Lines changed: 0 additions & 332 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
import tempfile
1414
import time
1515

16-
try:
17-
from setuptools import Extension, setup
18-
except ImportError:
19-
from ez_setup import use_setuptools
20-
use_setuptools()
21-
from setuptools import Extension, setup
16+
from setuptools import Extension, setup
2217

2318
LIBSASS_SOURCE_DIR = os.path.join('libsass', 'src')
2419

0 commit comments

Comments
 (0)