diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-20 21:38:45 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-20 21:38:45 +0100 |
commit | f2d2c4df3c48fc0ff04c1ce811e5f291500eb1f9 (patch) | |
tree | 17ea60793415d85db89ee36e36dc53683c2f1b1a | |
parent | 7ce30f8f272227f1ef418c6bb5aafc7b9bde39e5 (diff) | |
download | poezio-f2d2c4df3c48fc0ff04c1ce811e5f291500eb1f9.tar.gz poezio-f2d2c4df3c48fc0ff04c1ce811e5f291500eb1f9.tar.bz2 poezio-f2d2c4df3c48fc0ff04c1ce811e5f291500eb1f9.tar.xz poezio-f2d2c4df3c48fc0ff04c1ce811e5f291500eb1f9.zip |
Install the appdata file.
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -126,7 +126,8 @@ setup(name="poezio", entry_points={'console_scripts': ['poezio = poezio.__main__:run']}, data_files=([('share/man/man1/', ['data/poezio.1', 'data/poezio_logs.1']), - ('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])] + ('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG']), + ('share/metainfo/', ['data/io.poez.Poezio.appdata.xml'])] + find_doc('share/doc/poezio/source', 'source') + find_doc('share/doc/poezio/html', 'build/html')), install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1'], |