Skip to content

Commit

Permalink
Don't include doc themes in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 29, 2014
1 parent a18dedc commit b923712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ recursive-exclude tests *.pyo
recursive-exclude examples *.pyc
recursive-exclude examples *.pyo
prune docs/_build
prune docs/_themes/.git
prune docs/_themes

1 comment on commit b923712

@untitaker
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1174, the original line failed because .git was not a directory.

Please sign in to comment.