Skip to content

Commit

Permalink
Removed distutils fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Mar 9, 2019
1 parent 733d77a commit cf03ecf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
import re
import sys

try:
from setuptools import setup
except ImportError:
from distutils.core import setup
from setuptools import setup


if sys.argv[-1] == 'publish':
os.system("python setup.py sdist upload")
Expand Down

0 comments on commit cf03ecf

Please sign in to comment.