Skip to content

Commit

Permalink
Fix package data install from wheel
Browse files Browse the repository at this point in the history
Now includes MANIFEST.in file to list included data.
  • Loading branch information
erkkar committed Jun 22, 2021
1 parent fd5accc commit 46b6816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
global-include app.ico
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
packages=find_packages(exclude=("tests*", "execution_tests*")),
entry_points={"console_scripts": ["spinetoolbox=spinetoolbox.main:main"]},
include_package_data=True,
package_data={"spinetoolbox": ["app.ico"]},
license="LGPL-3.0-or-later",
license_files=["COPYING", "COPYING.LESSER"],
zip_safe=False,
Expand Down

0 comments on commit 46b6816

Please sign in to comment.