Skip to content

Commit

Permalink
exclude most of doc directory from PiPy package
Browse files Browse the repository at this point in the history
* this is because of a size limitation which we now exceed
  due ot our RTD docs and related images.
* includes doc/release/*.
  • Loading branch information
burlen committed Jan 24, 2020
1 parent 9ee0ae5 commit 5c3bb39
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 @@ -9,6 +9,6 @@ recursive-include apps *.*
recursive-include python *.*
recursive-include paraview *.*
recursive-include test *.*
recursive-include doc *.*
recursive-include doc/release *.*
global-exclude *.pdf
global-exclude *.sw?

0 comments on commit 5c3bb39

Please sign in to comment.