Skip to content

Commit 3832011

Browse files
authored
Don't mark wheels as universal (#387)
1 parent 06c645c commit 3832011

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1616

1717
- Use dict to specify the `entry_points` parameter of `setuptools.setup` (#376 by
1818
[@mgorny]).
19+
- Don't build universal wheels (#387 by [@bbc2]).
1920

2021
## [0.19.2] - 2021-11-11
2122

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ tag = True
55

66
[bumpversion:file:src/dotenv/version.py]
77

8-
9-
[bdist_wheel]
10-
universal = 1
11-
128
[flake8]
139
max-line-length = 120
1410
exclude = .tox,.git,docs,venv,.venv

0 commit comments

Comments
 (0)