We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd8647 commit a3112f1Copy full SHA for a3112f1
CHANGELOG.md
@@ -12,6 +12,9 @@ https://semver.org/spec/v2.0.0.html
12
13
## [Unreleased]
14
15
+### Fixed
16
+- Set recursive exclusion for `.DS_Store` folders in `MANIFEST.in`.
17
+
18
## [1.4.0] - 2024-01-09
19
20
### Added
packages/basemap/MANIFEST.in
@@ -4,5 +4,6 @@ recursive-exclude doc/build *
4
recursive-include test *
5
recursive-include utils *.py
6
recursive-exclude **/__pycache__ *
7
+recursive-exclude **/.DS_Store *
8
exclude **/*.pyc
9
exclude **/.gitkeep
0 commit comments