Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete ez_setup.py #151

Merged
merged 2 commits into from
Sep 5, 2020
Merged

Delete ez_setup.py #151

merged 2 commits into from
Sep 5, 2020

Conversation

embray
Copy link
Collaborator

@embray embray commented Aug 18, 2020

It's obsolete.

It's obsolete.
@jiffyclub
Copy link
Owner

Good call! Also need to update setup.py I think:

snakeviz/setup.py

Lines 3 to 8 in 1da62e1

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

@embray
Copy link
Collaborator Author

embray commented Aug 19, 2020

Oops, right you are. I was also thinking it would be good to replace the setup.py with a setup.cfg + pyproject.toml, but I was going to do that separately.

Remove ez_setup stuff from `setup.py` as well.
@embray embray merged commit f9ef8b1 into master Sep 5, 2020
@embray embray deleted the embray-patch-1 branch September 5, 2020 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants