matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
779 stars 392 forks source link

Setuptools #402

Closed ocefpaf closed 6 years ago

ocefpaf commented 6 years ago

# Do not merge this before #400 and #401

... and simplify how we deal with the requirements in setup.py.

WeatherGod commented 6 years ago

could you rebase this onto master to make it easier to see the remaining differences?

ocefpaf commented 6 years ago

This is ready for another round of reviews.

WeatherGod commented 6 years ago

Is it basically assumed now that people have setuptools installed? I guess it is pretty much safe because matplotlib has been requiring setuptools for awhile now, right?

ocefpaf commented 6 years ago

Is it basically assumed now that people have setuptools installed?

Yep. pip is the recommended way to install packages now and pip brings setuptools. Also, pip is now bundle with all basic Python distributions, so it is always expected to be present.