diff --git a/pyproject.toml b/pyproject.toml index 86894e5..52bf50b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,9 @@ version = { attr = "pqdict.__version__" } [tool.setuptools.package-data] pqdict = ['py.typed'] +[tool.distutils.bdist_wheel] +universal = true + [tool.isort] profile = "black" skip_gitignore = true diff --git a/setup.cfg b/setup.cfg index 3480374..e69de29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +0,0 @@ -[bdist_wheel] -universal=1 \ No newline at end of file