Skip to content

Commit

Permalink
manifest: include .gitkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 30, 2024
1 parent cc1e8ff commit 6e7fc9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ include .travis.yml
include Dockerfile
include LICENSE
include pytest.ini
recursive-include cds_dojson *.gitkeep
recursive-include cds_dojson *.json
recursive-include cds_dojson *.py
recursive-include cds_dojson *.yml
Expand All @@ -48,3 +49,6 @@ recursive-include tests *.xml
recursive-include tests *.json
recursive-include tests *.yml
recursive-exclude tests/fixtures/books/results *.json

# added by check-manifest
recursive-include cds_dojson *.gitkeep

0 comments on commit 6e7fc9f

Please sign in to comment.