Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Remove ez_setup stuff from `setup.py` as well.
  • Loading branch information
embray authored Aug 19, 2020
1 parent 56a2c78 commit 02a4f05
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/usr/bin/env python

try:
from setuptools import setup
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup
from setuptools import setup


import os
Expand Down

0 comments on commit 02a4f05

Please sign in to comment.