HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Update setup.py to remove setuptools deprecation #243

Closed jreadey closed 10 months ago

jreadey commented 11 months ago

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.
jreadey commented 10 months ago

This is fixed in master now.