Skip to content

Commit

Permalink
Fix translation file inclusion
Browse files Browse the repository at this point in the history
Fixes #2001
  • Loading branch information
Davidy22 committed Jan 13, 2022
1 parent cfdd721 commit d882f07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ include guake *
prune guake/tests
exclude guake/paths.py.in
include guake/paths.py
include po/*.mo
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ install_requires =
importlib_metadata; python_version < '3.8'
typing; python_version < '3.5'

[options.data_files]
share/guake/po = po/*.mo

[options.entry_points]
console_scripts =
guake = guake.main:exec_main
Expand Down

0 comments on commit d882f07

Please sign in to comment.