diff --git a/pyproject.toml b/pyproject.toml index 6e6a223..bef9c41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,4 +21,4 @@ before-all = "bash build_dependencies/install_macos.sh" [tool.cibuildwheel.windows] before-all = "powershell build_dependencies\\install_windows.ps1" -archs = ["AMD64"] \ No newline at end of file +archs = ["AMD64"] diff --git a/setup.cfg b/setup.cfg index 1283084..f8cff0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,4 +55,4 @@ exclude = build dist tests - .eggs \ No newline at end of file + .eggs