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

3
pygomx-module/setup.py Normal file
View file

@ -0,0 +1,3 @@
from setuptools import setup
setup(name="pygomx-module", version="0.0.1", py_modules=["_pygomx"])