Skip to content

Commit

Permalink
Add missing data file
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Feb 5, 2018
1 parent afaa237 commit 2bc40eb
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 @@ -32,7 +32,8 @@ def _get_package_data(pkg_dir, data_subdir):
'fbs': _get_package_data('fbs', 'default_settings'),
'fbs.installer.mac': _get_package_data(
'fbs/installer/mac', 'yoursway-create-dmg'
)
),
'fbs.installer.windows': ['Setup.nsi']
},
classifiers=[
'Development Status :: 2 - Pre-Alpha',
Expand Down

0 comments on commit 2bc40eb

Please sign in to comment.