Skip to content

Commit

Permalink
Manifest includes should be recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth committed Jan 6, 2017
1 parent 621db72 commit 085eb25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include LICENSE.txt
include AUTHORS.txt
include versioneer.py
include menpo *.h
include menpo *.cpp
include menpo *.pyx
include menpo *.pxd
recursive-include menpo *.h
recursive-include menpo *.cpp
recursive-include menpo *.pyx
recursive-include menpo *.pxd
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Github Pull Requests
- `#767`_ Minor fixes (@patricksnape)
- `#774`_ Fix pip install by properly including source files (@patricksnape)
- `#775`_ Allow Pillow 4.x (@patricksnape)
- `#776`_ Manifest includes should be recursive (@jabooth)

.. _#767: https://github.com/menpo/menpo/pull/767
.. _#774: https://github.com/menpo/menpo/pull/774
.. _#775: https://github.com/menpo/menpo/pull/775
.. _#776: https://github.com/menpo/menpo/pull/776

0.7.6 (2016/12/10)
------------------
Expand Down

0 comments on commit 085eb25

Please sign in to comment.