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