diff --git a/pyproject.toml b/pyproject.toml index 88dbae1..8608105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,3 +27,7 @@ repository = "https://github.com/workhorsy/py-cpuinfo.git" [project.scripts] cpuinfo = "cpuinfo:main" + + +[tool.distutils.bdist_wheel] +universal = false diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 526aeb2..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[bdist_wheel] -universal = 0