make the package a package

This commit is contained in:
saces 2026-02-10 00:08:30 +01:00
parent 914faa6596
commit aed1337137
7 changed files with 58 additions and 1 deletions

14
pygomx-module/README.txt Normal file
View file

@ -0,0 +1,14 @@
pygomx-module
=============
python package with the pygomx binaries
build wheel:
make
python setup.py bdist_wheel
install:
python setup.py install