Skip to content

Commit

Permalink
Merge pull request #358 from claudep/byedistutils
Browse files Browse the repository at this point in the history
Removed distutils fallback
  • Loading branch information
timofurrer authored Mar 17, 2019
2 parents 25a66f9 + cf03ecf commit 0937c9f
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 0937c9f

Please sign in to comment.