Skip to content

Commit

Permalink
Updated manifest to include icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Dec 5, 2017
1 parent b3fc3d1 commit 73a7cb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
include AUTHORS
include CONTRIBUTING.md
include LICENSE
include beekeeper.yml
include requirements*.txt
recursive-include cricket *.icns
recursive-include cricket *.png
recursive-include docs Makefile
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include tests *.py
recursive-include tests *.py
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
author_email='russell@keith-magee.com',
url='http://pybee.org/cricket',
packages=find_packages(exclude='tests'),
package_data={
'cricket': ['icons/*'],
},
include_package_data=True,
install_requires=['toga'],
scripts=[],
entry_points={
Expand Down

0 comments on commit 73a7cb5

Please sign in to comment.