Skip to content

Commit

Permalink
[Build][Python] scikit-build to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed Nov 3, 2020
1 parent 7b7dd2d commit cd46a1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/datamonitor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import re

import setuptools
import skbuild


def read(*names, **kwargs):
Expand All @@ -19,7 +18,7 @@ def read(*names, **kwargs):
return fh.read()


skbuild.setup(
setuptools.setup(
name='datamonitor',
version='0.0.5.post3',
license='MIT',
Expand Down

0 comments on commit cd46a1a

Please sign in to comment.