Files
Tee KOBAYASHI 187d2fd2a7 libarrow-python: Rename to python-pyarrow
`libarrow_python.so` is now a part of `pyarrow` Python module and unable
to build / install separately. It is true that `pyarrow` is installable
through `pip` with some trivial workaround, but I would like to package
this in our official repo for backward compatibility.
2023-02-05 02:02:15 +00:00

11 lines
235 B
Diff

--- a/python/setup.py
+++ b/python/setup.py
@@ -497,6 +497,7 @@
setup(
name='pyarrow',
+ version='@VERSION@',
packages=packages,
zip_safe=False,
package_data={'pyarrow': ['*.pxd', '*.pyx', 'includes/*.pxd']},