HDFGroup/hsds

Update setup.py to remove setuptools deprecation

jreadey opened this issue · 1 comments

Running python setup.py install outputs the following warning:

/home/john/anaconda3/envs/py39/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.

This is fixed in master now.