Skip to content

Commit

Permalink
Don't include doc themes in tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 29, 2014
1 parent 9f17296 commit cbd049d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ recursive-exclude examples *.pyc
recursive-exclude examples *.pyo
recursive-include artwork *
prune docs/_build
prune docs/_themes

2 comments on commit cbd049d

@kleink
Copy link

@kleink kleink commented on cbd049d Aug 15, 2015

Choose a reason for hiding this comment

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

I'm curious about the rationale behind this change. Besides the space savings being negligible, it makes it impossible to build the docs from the tarball, necessitating a check-out of the repository.

(Case in point: pkgsrc's py-werkzeug-docs package, which was created keep the weight of the base py-werkzeug package down, is broken by this exclusion.)

@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.

I agree about the breakage. This was not foreseen when committing this. However, I completely disagree about the space savings being negligible. I've filed #761

Please sign in to comment.