mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-20 23:01:51 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
|
from setuptools import setup
|
||
|
|
||
|
setup(
|
||
|
cffi_modules=["src/libcpuid/_ffi_build.py:ffibuilder"],
|
||
|
)
|