diff --git a/CHANGES.txt b/CHANGES.txt index 732793e2..2583eb7d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -31,6 +31,7 @@ Revision 4.4.6, released 2018-09-XX ----------------------------------- - Improved package build and dependency tracking +- Fixed missing LICENSE from the tarball distribution Revision 4.4.5, released 2018-08-05 ----------------------------------- diff --git a/MANIFEST.in b/MANIFEST.in index c72432c2..21af931b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include *.txt *.md *.sh +include *.rst *.txt *.md *.sh recursive-include examples *.py recursive-include docs/source *.rst *.svg *.py recursive-include docs/mibs *.txt