1
0
mirror of https://github.com/lutris/lutris synced 2024-06-29 05:34:25 +00:00

Fix a typo, remove missing directories, and add lutris/database to the list of installed directories (#4)

This commit is contained in:
CartoonFan 2020-10-03 17:07:49 -07:00 committed by Mathieu Comandon
parent 733c2a880f
commit 31fc87967c
3 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@ These dependencies are only for running the Lutris client. To install and run
games themselves we recommend you install the following packages:
* psmisc (or the package providing 'fuser')
* pz7zip (or the package providing '7z')
* p7zip (or the package providing '7z')
* curl
* fluid-soundfont-gs (or other soundfonts for MIDI support)
* cabextract (if needed, to install Windows games)

View File

@ -1,10 +1,8 @@
recursive-include lutris *.py
recursive-include data/media *
recursive-include data/ui *
include bin/lutris
include LICENSE
include AUTHORS
include MANIFEST.in
include README
include README.rst
graft debian
prune tests

View File

@ -26,6 +26,7 @@ setup(
author_email='strider@strycore.com',
packages=[
'lutris',
'lutris.database',
'lutris.gui',
'lutris.gui.config',
'lutris.gui.dialogs',