Skip to content

Commit a3112f1

Browse files
committed
Exclude .DS_Store folders from distributables
1 parent fdd8647 commit a3112f1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ https://semver.org/spec/v2.0.0.html
1212

1313
## [Unreleased]
1414

15+
### Fixed
16+
- Set recursive exclusion for `.DS_Store` folders in `MANIFEST.in`.
17+
1518
## [1.4.0] - 2024-01-09
1619

1720
### Added

packages/basemap/MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ recursive-exclude doc/build *
44
recursive-include test *
55
recursive-include utils *.py
66
recursive-exclude **/__pycache__ *
7+
recursive-exclude **/.DS_Store *
78
exclude **/*.pyc
89
exclude **/.gitkeep

0 commit comments

Comments
 (0)