mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-30 23:05:48 +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"],
|
||
|
)
|