use setuptools

This commit is contained in:
Valentin Boettcher 2021-12-07 14:30:26 +01:00
parent 7433532105
commit db76ea9f23
2 changed files with 2 additions and 1 deletions

View file

@ -2,3 +2,4 @@ sphinx
pydata-sphinx-theme
data-science-types
black
setuptools

View file

@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
setup(
name="hopsflow",