diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f8fb79..ba0276c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Use dict to specify the `entry_points` parameter of `setuptools.setup` (#376 by [@mgorny]). +- Don't build universal wheels (#387 by [@bbc2]). ## [0.19.2] - 2021-11-11 diff --git a/setup.cfg b/setup.cfg index d87b0a6b..348a5b51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,10 +5,6 @@ tag = True [bumpversion:file:src/dotenv/version.py] - -[bdist_wheel] -universal = 1 - [flake8] max-line-length = 120 exclude = .tox,.git,docs,venv,.venv