Skip to content

Commit

Permalink
fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
DC23 committed Aug 12, 2016
1 parent d640913 commit 02df049
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@ Changelog
* Added to PyPI
* Fixes issue #5 (missing files in PyPI package)

0.4.6 (2016-08-12)
-----------------------------------------

* Fixes issue #6 (missing plugin metadata files in PyPI package)

3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ include LICENSE
include README.rst
include scriptabit/*.cfg

# Make sure that the plugin metadata files are included
global-include *.yapsy-plugin

# File patterns to exclude wherever they are found
global-exclude *.py[co] __pycache__ *.so *.pyd

0 comments on commit 02df049

Please sign in to comment.