Skip to content

Commit

Permalink
add missing package data
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Feb 8, 2022
1 parent 02bd2c9 commit 9491dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ def read(f_name):

setup(
name='nwg-shell',
version='0.0.2',
version='0.0.3',
description='GTK3-based shell for sway Wayland compositor',
packages=find_packages(),
include_package_data=True,
package_data={
"": ["skel/bin/*",
"skel/config/gtk-3.0/*",
"skel/config/nwg-bar/*",
"skel/config/nwg-dock/*",
"skel/config/nwg-drawer/*",
Expand Down

0 comments on commit 9491dba

Please sign in to comment.