Skip to content

Commit

Permalink
Merge pull request #151 from jiffyclub/embray-patch-1
Browse files Browse the repository at this point in the history
Delete ez_setup.py
  • Loading branch information
embray authored Sep 5, 2020
2 parents 1da62e1 + 02a4f05 commit f9ef8b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 338 deletions.
332 changes: 0 additions & 332 deletions ez_setup.py

This file was deleted.

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 f9ef8b1

Please sign in to comment.