mirror of
https://github.com/vale981/hopsflow
synced 2025-03-05 16:51:39 -05:00
use setuptools
This commit is contained in:
parent
7433532105
commit
db76ea9f23
2 changed files with 2 additions and 1 deletions
|
@ -2,3 +2,4 @@ sphinx
|
||||||
pydata-sphinx-theme
|
pydata-sphinx-theme
|
||||||
data-science-types
|
data-science-types
|
||||||
black
|
black
|
||||||
|
setuptools
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="hopsflow",
|
name="hopsflow",
|
||||||
|
|
Loading…
Add table
Reference in a new issue