Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 3655988

Browse files
committed
Remove distutils setup.py fallback
1 parent c321b70 commit 3655988

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
@@ -5,10 +5,7 @@
55
import re
66
import sys
77

8-
try:
9-
from setuptools import setup
10-
except ImportError:
11-
from distutils.core import setup
8+
from setuptools import setup
129

1310
# Get the version
1411
version_regex = r'__version__ = ["\']([^"\']*)["\']'

0 commit comments

Comments
 (0)