We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c30d7 commit 1b6ee1cCopy full SHA for 1b6ee1c
CHANGELOG.md
@@ -24,6 +24,9 @@ https://semver.org/spec/v2.0.0.html
24
### Fixed
25
- Fix Cython extension to use `noexcept` (PR [#615] by @cvanelteren).
26
27
+### Removed
28
+- Deprecated `bdist_wheel.universal` option when building wheels.
29
+
30
## [1.4.1] - 2024-02-15
31
32
### Changed
packages/basemap_data/setup.cfg
@@ -7,6 +7,3 @@ license_files =
7
8
[sdist]
9
formats = zip
10
-
11
-[bdist_wheel]
12
-universal = 1
packages/basemap_data_hires/setup.cfg
@@ -5,6 +5,3 @@ license_files =
5
6
0 commit comments