You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
11 lines
235 B
Diff
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']},
|