Skip to content

Commit

Permalink
Merge pull request #117 from marillat/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
cydanil authored Aug 17, 2022
2 parents 92029d2 + 0580064 commit ef5294c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ def run(self):
package_dir={'': 'src'},
packages=find_packages('src'),
include_package_data=True,
data_files = [
('share/metainfo', ['data/io.github.GourmandRecipeManager.Gourmand.appdata.xml']),
('share/applications', ['data/io.github.GourmandRecipeManager.Gourmand.desktop']),
('share/icons/hicolor/scalable/apps', ['data/io.github.GourmandRecipeManager.Gourmand.svg']),
],
install_requires=[
'beautifulsoup4>=4.10.0',
'lxml==4.6.3',
Expand Down

0 comments on commit ef5294c

Please sign in to comment.