4 lines
99 B
Python
4 lines
99 B
Python
|
|
from setuptools import setup
|
||
|
|
|
||
|
|
setup(name="pygomx-module", version="0.0.1", py_modules=["_pygomx"])
|