Skip to content

Commit

Permalink
Avoid to ship .DS_Store files in pypi source distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed May 23, 2015
1 parent f013388 commit aa4a5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ include LICENSE
include AUTHORS
include CHANGES
recursive-include tests *
recursive-exclude tests .DS_Store
recursive-include docs *
recursive-exclude docs .DS_Store

0 comments on commit aa4a5f6

Please sign in to comment.