Add examples to sdist.

When packaging it's useful to provide the examples to users who may want
to have them locally.  This adds the examples to the sdist so the source
installer can choose if they want to put the examples on their system.
This commit is contained in:
Alex Brandt
2014-10-19 10:14:29 -05:00
parent a188afc884
commit 8e5f67671d

View File

@@ -1,2 +1,3 @@
include LICENSE
include README.rst
recursive-include examples *