Skip to content

Commit

Permalink
use setuptools setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Feb 6, 2025
1 parent 16fa1cf commit c09d19a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
from os.path import join as pjoin

import setuptools
from setuptools import find_packages # Must import before Cython
from distutils.core import setup
from setuptools import find_packages, setup # Must import before Cython
import Cython
import numpy as np
import pyarrow as pa
Expand Down

0 comments on commit c09d19a

Please sign in to comment.